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
public class FedoraOcflMappingNotFoundException extends Exception
Indicates the fedora identifier was not found in the index.- Author:
- dbernstein
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FedoraOcflMappingNotFoundException(String msg)
Ordinary 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 Detail
-
FedoraOcflMappingNotFoundException
public FedoraOcflMappingNotFoundException(String msg)
Ordinary constructor- Parameters:
msg
- the message
-
FedoraOcflMappingNotFoundException
public FedoraOcflMappingNotFoundException(Throwable exception)
Constructor for wrapping exception.- Parameters:
exception
- the original exception.
-
-