com.uwyn.drone.core.exceptions
Class ServerDisconnectionErrorException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.uwyn.drone.core.exceptions.CoreException
              extended bycom.uwyn.drone.core.exceptions.ServerDisconnectionErrorException
All Implemented Interfaces:
Serializable

public class ServerDisconnectionErrorException
extends CoreException

See Also:
Serialized Form

Constructor Summary
ServerDisconnectionErrorException(Server server, Throwable cause)
           
 
Method Summary
 Server getServer()
           
 
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

ServerDisconnectionErrorException

public ServerDisconnectionErrorException(Server server,
                                         Throwable cause)
Method Detail

getServer

public Server getServer()


Copyright © 2002-2005 Uwyn bvba/sprl. All Rights Reserved.