org.starhope.vergil.net
Class ServerDisconnectedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.starhope.appius.except.UserDeadException
              extended by 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

Field Summary
private static long serialVersionUID
          Java serialization unique ID
 
Constructor Summary
ServerDisconnectedException(Exception e)
          Throw a server disconnection based upon an earlier exception.
 
Method Summary
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
Java serialization unique ID

See Also:
Constant Field Values
Constructor Detail

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