communication
Class UnreachableProcessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
communication.CommunicationException
communication.UnreachableProcessException
- All Implemented Interfaces:
- java.io.Serializable
public class UnreachableProcessException
- extends CommunicationException
Exception throw if a remote process is not reachable. In TCP context, it generally means
that it is not possible to connect to the remote server socket used by the remote process.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
UnreachableProcessException
public UnreachableProcessException()
UnreachableProcessException
public UnreachableProcessException(java.lang.String message)
- Parameters:
message
-
UnreachableProcessException
public UnreachableProcessException(java.lang.Throwable cause)
- Parameters:
cause
-
UnreachableProcessException
public UnreachableProcessException(java.lang.String message,
java.lang.Throwable cause)
- Parameters:
message
- cause
-