Class NotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.fcrepo.storage.ocfl.exception.NotFoundException
All Implemented Interfaces:
Serializable

public class NotFoundException extends RuntimeException
Indicates that a resource could not be found in the underlying storage
Author:
pwinckles
See Also:
  • Constructor Details

    • NotFoundException

      public NotFoundException()
    • NotFoundException

      public NotFoundException(String message)
    • NotFoundException

      public NotFoundException(String message, Throwable cause)
    • NotFoundException

      public NotFoundException(Throwable cause)