org.objectweb.tribe.exceptions
Class ChannelException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.objectweb.tribe.exceptions.ChannelException
All Implemented Interfaces:
java.io.Serializable

public class ChannelException
extends java.lang.Exception

This class defines a ChannelException

Version:
1.0
Author:
Emmanuel Cecchet
See Also:
Serialized Form

Constructor Summary
ChannelException()
          Creates a new ChannelException object
ChannelException(java.lang.String message)
          Creates a new ChannelException object
ChannelException(java.lang.String message, java.lang.Throwable cause)
          Creates a new ChannelException object
ChannelException(java.lang.Throwable cause)
          Creates a new ChannelException object
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ChannelException

public ChannelException()
Creates a new ChannelException object


ChannelException

public ChannelException(java.lang.String message)
Creates a new ChannelException object

Parameters:
message - error message

ChannelException

public ChannelException(java.lang.String message,
                        java.lang.Throwable cause)
Creates a new ChannelException object

Parameters:
message - error message
cause - error cause

ChannelException

public ChannelException(java.lang.Throwable cause)
Creates a new ChannelException object

Parameters:
cause - error cause


Copyright © 2004 - ObjectWeb Consortium - All Rights Reserved.