Class ProjectException

    • Constructor Detail

      • ProjectException

        public ProjectException()
        Default constructor.
      • ProjectException

        public ProjectException​(String message)
        Constructor that sets a message.
        Parameters:
        message - a message describing the exception.
      • ProjectException

        public ProjectException​(String message,
                                Throwable cause)
        Constructor that sets a message and cause of the exception.
        Parameters:
        message - a message describing the exception.
        cause - the cause of the exception.