Class RepositoryExistsException

All Implemented Interfaces:
Serializable

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

    • RepositoryExistsException

      public RepositoryExistsException()
      Creates a new instance.
    • RepositoryExistsException

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

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

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

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

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