Class EntryNotFoundException

All Implemented Interfaces:
Serializable

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

    • EntryNotFoundException

      public EntryNotFoundException()
      Creates a new instance.
    • EntryNotFoundException

      public EntryNotFoundException(Revision revision, String path)
      Creates a new instance.
    • EntryNotFoundException

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

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

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

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

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