com.retrogui.dualrpc.client
Class NotConnectedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.retrogui.dualrpc.client.NotConnectedException
- All Implemented Interfaces:
- java.io.Serializable
- public class NotConnectedException
- extends java.lang.Exception
Exception thrown if a method is called that requires an active connection to the server
- 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 |
NotConnectedException
public NotConnectedException()
NotConnectedException
public NotConnectedException(java.lang.String message)
- Parameters:
message -
NotConnectedException
public NotConnectedException(java.lang.Throwable cause)
- Parameters:
cause -
NotConnectedException
public NotConnectedException(java.lang.String message,
java.lang.Throwable cause)
- Parameters:
message - cause -