Class 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:
    Serialized Form