public class DaemonException
extends java.lang.Exception
| Constructor and Description |
|---|
DaemonException()
Creates a new
ManagerException with no message or cause. |
DaemonException(java.lang.String message)
Creates a new
ManagerException with the specified message and no cause. |
DaemonException(java.lang.String message,
java.lang.Throwable cause)
Creates a new
ManagerException with the specified message and cause. |
DaemonException(java.lang.Throwable cause)
Creates a new
ManagerException with no message and the specified cause. |
public DaemonException()
ManagerException with no message or cause.public DaemonException(java.lang.String message)
ManagerException with the specified message and no cause.message - the message for this exceptionpublic DaemonException(java.lang.Throwable cause)
ManagerException with no message and the specified cause.cause - the cause of this exceptionpublic DaemonException(java.lang.String message,
java.lang.Throwable cause)
ManagerException with the specified message and cause.message - the message for this exceptioncause - the cause of this exceptionCopyright © 2004-2014 Codehaus. All Rights Reserved.