com.uwyn.drone.core.exceptions
Class SendErrorException

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

public class SendErrorException
extends CoreException

See Also:
Serialized Form

Constructor Summary
SendErrorException(Server server, IrcCommand command, Throwable cause)
           
 
Method Summary
 IrcCommand getCommand()
           
 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

SendErrorException

public SendErrorException(Server server,
                          IrcCommand command,
                          Throwable cause)
Method Detail

getServer

public Server getServer()

getCommand

public IrcCommand getCommand()


Copyright © 2002-2004 Geert Bevin and UWYN. All Rights Reserved.