|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
java.rmi.RemoteException
org.exolab.core.messenger.MessengerException
org.exolab.core.messenger.ChannelClosedException
public class ChannelClosedException
This exception is thrown when an attempt is made to use a channel that has been closed
Channel
,
Serialized FormField Summary |
---|
Fields inherited from class java.rmi.RemoteException |
---|
detail |
Constructor Summary | |
---|---|
ChannelClosedException()
Constructs a new ChannelClosedException with no detail
message |
|
ChannelClosedException(java.lang.String message)
Constructs a new ChannelClosedException with a detail
message |
Method Summary |
---|
Methods inherited from class org.exolab.core.messenger.MessengerException |
---|
getException, getMessage, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.rmi.RemoteException |
---|
getCause |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ChannelClosedException()
ChannelClosedException
with no detail
message
public ChannelClosedException(java.lang.String message)
ChannelClosedException
with a detail
message
message
- the error message
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |