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 initialize yourself for some expected reason. Using this exception will cause the exception's message to come out on stdout, rather than a dirty great stack trace.
See Also: