org.objectweb.jonathan.protocols.api
Class CommunicationException
JonathanException
org.objectweb.jonathan.protocols.api.CommunicationException
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.
CommunicationException
public CommunicationException()
Constructs a new CommunicationException with no detail message.
CommunicationException
public CommunicationException(Exception exception)
Builds a CommunicationException that wraps another exception.
CommunicationException
public CommunicationException(String s)
Builds a CommunicationException with a detail message.