Class DaemonException

    • Constructor Detail

      • DaemonException

        public DaemonException()
        Creates a new ManagerException with no message or cause.
      • DaemonException

        public DaemonException​(String message)
        Creates a new ManagerException with the specified message and no cause.
        Parameters:
        message - the message for this exception
      • DaemonException

        public DaemonException​(Throwable cause)
        Creates a new ManagerException with no message and the specified cause.
        Parameters:
        cause - the cause of this exception
      • DaemonException

        public DaemonException​(String message,
                               Throwable cause)
        Creates a new ManagerException with the specified message and cause.
        Parameters:
        message - the message for this exception
        cause - the cause of this exception