org.jgroups
Class ChannelException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jgroups.ChannelException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- ChannelClosedException, ChannelNotConnectedException
- public class ChannelException
- extends java.lang.Exception
This class represents the super class for all exception types thrown by
JGroups.
| Nested classes inherited from class java.lang.Throwable |
|
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ChannelException
public ChannelException()
ChannelException
public ChannelException(java.lang.String reason)
ChannelException
public ChannelException(java.lang.String reason,
java.lang.Throwable cause)