Package org.fcrepo.kernel.api.exception
Class ItemNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.fcrepo.kernel.api.exception.RepositoryRuntimeException
org.fcrepo.kernel.api.exception.ItemNotFoundException
- All Implemented Interfaces:
Serializable
Indicates an item was not found.
- Author:
- dbernstein
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOrdinary constructorItemNotFoundException(String msg, Throwable rootCause) Ordinary constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ItemNotFoundException
Ordinary constructor- Parameters:
msg- the message
-
ItemNotFoundException
Ordinary constructor.- Parameters:
msg- the messagerootCause- the root cause
-