Class RevisionNotFoundException

All Implemented Interfaces:
Serializable

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

    • RevisionNotFoundException

      public RevisionNotFoundException()
      Creates a new instance.
    • RevisionNotFoundException

      public RevisionNotFoundException(Revision revision)
      Creates a new instance.
    • RevisionNotFoundException

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

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

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

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

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