Class ProjectManagementException

    • Constructor Detail

      • ProjectManagementException

        public ProjectManagementException​(String message)
        Parameters:
        message - the detail message for this exception.
      • ProjectManagementException

        public ProjectManagementException​(String message,
                                          Throwable throwable)
        Parameters:
        message - the detail message for this exception.
        throwable - the cause for this exception or null if none exists.