org.objectweb.jonathan.protocols.api
Class CommunicationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.objectweb.jonathan.apis.kernel.JonathanException
org.objectweb.jonathan.protocols.api.CommunicationException
- All Implemented Interfaces:
- Serializable
public class CommunicationException
- extends org.objectweb.jonathan.apis.kernel.JonathanException
CommunicationException is a checked exception that indicates that an error
occurred when trying to communicate with a remote object interface.
- See Also:
- Serialized Form
Methods inherited from class org.objectweb.jonathan.apis.kernel.JonathanException |
getMessage, printStackTrace, printStackTrace, printStackTrace, represents, toString |
CommunicationException
public CommunicationException()
- Constructs a new CommunicationException with no detail message.
CommunicationException
public CommunicationException(String s)
- Builds a CommunicationException with a detail message.
CommunicationException
public CommunicationException(Exception exception)
- Builds a CommunicationException that wraps another exception.