| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.dfdaemon.il2.core.Il2DaemonException
public class Il2DaemonException
| 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 | 
|---|
public Il2DaemonException()
public Il2DaemonException(String message)
message - of type String
public Il2DaemonException(String message,
                          Throwable cause)
message - of type Stringcause - of type Throwablepublic Il2DaemonException(Throwable cause)
cause - of type Throwable
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||