public class CommunicationException
extends org.objectweb.jonathan.apis.kernel.JonathanException
Constructor and Description |
---|
CommunicationException()
Constructs a new CommunicationException with no detail message.
|
CommunicationException(Exception exception)
Builds a CommunicationException that wraps another exception.
|
CommunicationException(String s)
Builds a CommunicationException with a detail message.
|
getMessage, printStackTrace, printStackTrace, printStackTrace, represents, toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace
public CommunicationException()
public CommunicationException(String s)
public CommunicationException(Exception exception)