org.safs.sockets
Class RemoteException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
| 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 |
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)