com.uwyn.drone.core.exceptions
Class CoreException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.uwyn.drone.core.exceptions.CoreException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AllNicksInUseException, ChannelMessageErrorException, FlushErrorException, InvalidModuleNameException, JoinErrorException, LeaveErrorException, LogoffErrorException, LogonErrorException, MissingAddressException, NoValidAddressException, SendErrorException, ServerConnectionErrorException, ServerDisconnectionErrorException, UnknownServerAddressException, UnknownServerHostnameException

public class CoreException
extends Exception

See Also:
Serialized Form

Constructor Summary
CoreException(String message)
           
CoreException(String message, Throwable cause)
           
CoreException(Throwable cause)
           
 
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

CoreException

public CoreException(String message)

CoreException

public CoreException(String message,
                     Throwable cause)

CoreException

public CoreException(Throwable cause)


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