org.dfdaemon.il2.core
Class Il2DaemonException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.dfdaemon.il2.core.Il2DaemonException
All Implemented Interfaces:
Serializable

public class Il2DaemonException
extends RuntimeException

Author:
aka50
See Also:
Serialized Form

Constructor Summary
Il2DaemonException()
          Constructor Il2DaemonException creates a new Il2DaemonException instance.
Il2DaemonException(String message)
          Constructor Il2DaemonException creates a new Il2DaemonException instance.
Il2DaemonException(String message, Throwable cause)
          Constructor Il2DaemonException creates a new Il2DaemonException instance.
Il2DaemonException(Throwable cause)
          Constructor Il2DaemonException creates a new Il2DaemonException instance.
 
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
 

Constructor Detail

Il2DaemonException

public Il2DaemonException()
Constructor Il2DaemonException creates a new Il2DaemonException instance.


Il2DaemonException

public Il2DaemonException(String message)
Constructor Il2DaemonException creates a new Il2DaemonException instance.

Parameters:
message - of type String

Il2DaemonException

public Il2DaemonException(String message,
                          Throwable cause)
Constructor Il2DaemonException creates a new Il2DaemonException instance.

Parameters:
message - of type String
cause - of type Throwable

Il2DaemonException

public Il2DaemonException(Throwable cause)
Constructor Il2DaemonException creates a new Il2DaemonException instance.

Parameters:
cause - of type Throwable


Copyright © 2007-2008. All Rights Reserved.