Class ProjectNotFoundException

All Implemented Interfaces:
Serializable

public class ProjectNotFoundException extends CentralDogmaException
A CentralDogmaException that is raised when attempted to access a non-existent project.
See Also:
  • Constructor Details

    • ProjectNotFoundException

      public ProjectNotFoundException()
      Creates a new instance.
    • ProjectNotFoundException

      public ProjectNotFoundException(String message)
      Creates a new instance.
    • ProjectNotFoundException

      public ProjectNotFoundException(Throwable cause)
      Creates a new instance.
    • ProjectNotFoundException

      public ProjectNotFoundException(String message, Throwable cause)
      Creates a new instance.
    • ProjectNotFoundException

      public ProjectNotFoundException(String message, boolean writableStackTrace)
      Creates a new instance.
      Parameters:
      message - the detail message
      writableStackTrace - whether or not the stack trace should be writable
    • ProjectNotFoundException

      protected ProjectNotFoundException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
      Creates a new instance.