org.objectweb.jonathan.apis.protocols
Class CommunicationException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.objectweb.jonathan.apis.kernel.JonathanException
|
+--org.objectweb.jonathan.apis.protocols.CommunicationException
- All Implemented Interfaces:
- Serializable
- public class CommunicationException
- extends 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
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.