public class DaemonException extends Exception
| Constructor and Description |
|---|
DaemonException()
Creates a new
ManagerException with no message or cause. |
DaemonException(String message)
Creates a new
ManagerException with the specified message and no cause. |
DaemonException(String message,
Throwable cause)
Creates a new
ManagerException with the specified message and cause. |
DaemonException(Throwable cause)
Creates a new
ManagerException with no message and the specified cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DaemonException()
ManagerException with no message or cause.public DaemonException(String message)
ManagerException with the specified message and no cause.message - the message for this exceptionpublic DaemonException(Throwable cause)
ManagerException with no message and the specified cause.cause - the cause of this exceptionCopyright © 2004–2015 Github. All rights reserved.