org.objectweb.jonathan.protocols.api

Class 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.

Constructor Summary

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.

Constructor Details

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.