|
|||||||||||
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.ConnectionClosedException
This exception is thrown when an attempt is made to use a connection that has been closed
Channel
,
Serialized FormField Summary |
Fields inherited from class java.rmi.RemoteException |
detail |
Constructor Summary | |
ConnectionClosedException()
Constructs a new ConnectionClosedException with no detail
message |
|
ConnectionClosedException(java.lang.String message)
Constructs a new ConnectionClosedException with a detail
message |
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 ConnectionClosedException()
ConnectionClosedException
with no detail
message
public ConnectionClosedException(java.lang.String message)
ConnectionClosedException
with a detail
message
message
- the error message
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |