Class TomcatManagerException

    • Constructor Detail

      • TomcatManagerException

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

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

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

        public TomcatManagerException​(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