Package org.fcrepo.persistence.ocfl.api
Class FedoraOcflMappingNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.fcrepo.persistence.ocfl.api.FedoraOcflMappingNotFoundException
- All Implemented Interfaces:
Serializable
Indicates the fedora identifier was not found in the index.
- Author:
- dbernstein
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOrdinary constructorFedoraOcflMappingNotFoundException(Throwable exception) Constructor for wrapping exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FedoraOcflMappingNotFoundException
Ordinary constructor- Parameters:
msg- the message
-
FedoraOcflMappingNotFoundException
Constructor for wrapping exception.- Parameters:
exception- the original exception.
-