cgl.narada.transport
Class TransportException
java.lang.Object
java.lang.Throwable
java.lang.Exception
cgl.narada.transport.TransportException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- AccessDeniedException
public class TransportException
- extends Exception
The exception that is thrown when any of communication related operations
cannot be carried out for some reason. This could be anything from loss
of socket connections to an inability to resolve the host specified
during link creations.
- See Also:
- Serialized Form
TransportException
public TransportException(String reason)
TransportException
public TransportException(String reason,
String errorCode)
toString
public String toString()
- Overrides:
toString in class Throwable
For comments and suggestions please send
e-mail to
The NaradaBrokering Project