Class ProjectException

All Implemented Interfaces:
Serializable

public class ProjectException extends RuntimeException
ProjectException provides a base Exception class for Projects.
See Also:
  • Constructor Details

    • 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.