com.retrogui.dualrpc.server
Class ServerNotRunningException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.retrogui.dualrpc.server.ServerNotRunningException
All Implemented Interfaces:
java.io.Serializable

public class ServerNotRunningException
extends java.lang.Exception

Some server methods (such as shutdown) can only be called after the server is running.

See Also:
Serialized Form

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

ServerNotRunningException

public ServerNotRunningException()

ServerNotRunningException

public ServerNotRunningException(java.lang.String message)
Parameters:
message -

ServerNotRunningException

public ServerNotRunningException(java.lang.Throwable cause)
Parameters:
cause -

ServerNotRunningException

public ServerNotRunningException(java.lang.String message,
                                 java.lang.Throwable cause)
Parameters:
message -
cause -