Class ProjectExistsException

All Implemented Interfaces:
Serializable

public class ProjectExistsException extends CentralDogmaException
A CentralDogmaException that is raised when attempted to create a project with an existing project name.
See Also:
  • Constructor Details

    • ProjectExistsException

      public ProjectExistsException()
      Creates a new instance.
    • ProjectExistsException

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

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

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

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

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