org.starhope.vergil.net
Class ServerDisconnectedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.starhope.appius.except.UserDeadException
org.starhope.vergil.net.ServerDisconnectedException
- All Implemented Interfaces:
- Serializable
public class ServerDisconnectedException
- extends UserDeadException
The connection to the server has failed, in some way.
- Author:
- brpocock@star-hope.org
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
serialVersionUID
private static final long serialVersionUID
- Java serialization unique ID
- See Also:
- Constant Field Values
ServerDisconnectedException
public ServerDisconnectedException(Exception e)
- Throw a server disconnection based upon an earlier exception.
Probably an I/O exception, or similar, that is how we detected
that the server was no longer connected.
- Parameters:
e
- exception causing (or detecting) the disconnection