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
public class ItemNotFoundException extends RepositoryRuntimeException
Indicates an item was not found.- Author:
- dbernstein
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ItemNotFoundException(String msg)
Ordinary 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 Detail
-
ItemNotFoundException
public ItemNotFoundException(String msg)
Ordinary constructor- Parameters:
msg
- the message
-
ItemNotFoundException
public ItemNotFoundException(String msg, Throwable rootCause)
Ordinary constructor.- Parameters:
msg
- the messagerootCause
- the root cause
-
-