Class RepositoryNotFoundException

All Implemented Interfaces:
Serializable

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

    • RepositoryNotFoundException

      public RepositoryNotFoundException()
      Creates a new instance.
    • RepositoryNotFoundException

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

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

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

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

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