com.retrogui.dualrpc.server
Class ServerNotRunningException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.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
| 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 |
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 -