communication
Class UnreachableProcessException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by communication.CommunicationException
              extended by 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

Constructor Summary
UnreachableProcessException()
           
UnreachableProcessException(java.lang.String message)
           
UnreachableProcessException(java.lang.String message, java.lang.Throwable cause)
           
UnreachableProcessException(java.lang.Throwable cause)
           
 
Method Summary
 
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
 

Constructor Detail

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 -