org.safs.sockets
Class RemoteException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.safs.sockets.RemoteException
All Implemented Interfaces:
java.io.Serializable

public class RemoteException
extends java.lang.Exception

General-Purpose exception thrown to indicate something bad happened on "the other side".

Receipt of this on the remote controller side indicates an Exception occurred or was reported by the remote client.

See Also:
Serialized Form

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

RemoteException

public RemoteException()

RemoteException

public RemoteException(java.lang.String message,
                       java.lang.Throwable cause)

RemoteException

public RemoteException(java.lang.String message)

RemoteException

public RemoteException(java.lang.Throwable cause)