|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.objectweb.jonathan.apis.kernel.JonathanException
org.objectweb.jonathan.apis.protocols.CommunicationException
CommunicationException is a checked exception that indicates that an error occurred when trying to communicate with a remote object interface.
Constructor Summary | |
CommunicationException()
Constructs a new CommunicationException with no detail message. |
|
CommunicationException(java.lang.Exception exception)
Builds a CommunicationException that wraps another exception. |
|
CommunicationException(java.lang.String s)
Builds a CommunicationException with a detail message. |
Methods inherited from class org.objectweb.jonathan.apis.kernel.JonathanException |
getMessage, printStackTrace, printStackTrace, printStackTrace, represents, toString |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public CommunicationException()
public CommunicationException(java.lang.String s)
public CommunicationException(java.lang.Exception exception)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |