com.retrogui.dualrpc.client
Class NotConnectedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.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

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

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 -