Package org.apache.commons.daemon
Class DaemonInitException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.commons.daemon.DaemonInitException
- All Implemented Interfaces:
Serializable
Throw this during init if you can't initialise yourself for some expected
reason. Using this exception will cause the exception's message to come out
on stdout, rather than a dirty great stacktrace.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDaemonInitException
(String message) DaemonInitException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DaemonInitException
-
DaemonInitException
-
-
Method Details
-
getMessageWithCause
-