org.apache.commons.daemon
Class DaemonInitException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.commons.daemon.DaemonInitException
- All Implemented Interfaces:
- Serializable
public class DaemonInitException
- extends Exception
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.
- Version:
- $Id: DaemonInitException.java 1204007 2011-11-19 16:10:29Z ggregory $
- Author:
- Nick Griffiths (nicobrevin@gmail.com)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DaemonInitException
public DaemonInitException(String message)
DaemonInitException
public DaemonInitException(String message,
Throwable cause)
getMessageWithCause
public String getMessageWithCause()
Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.