Class PersistentItemNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.fcrepo.kernel.api.exception.RepositoryRuntimeException
-
- org.fcrepo.persistence.api.exceptions.PersistentStorageException
-
- org.fcrepo.persistence.api.exceptions.PersistentItemNotFoundException
-
- All Implemented Interfaces:
Serializable
public class PersistentItemNotFoundException extends PersistentStorageException
If an item is not found in the storage.- Since:
- 2019-09-24
- Author:
- whikloj
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PersistentItemNotFoundException(String msg)
Basic constructorPersistentItemNotFoundException(String msg, Throwable e)
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
-
PersistentItemNotFoundException
public PersistentItemNotFoundException(String msg)
Basic constructor- Parameters:
msg
- The text of the exception.
-
PersistentItemNotFoundException
public PersistentItemNotFoundException(String msg, Throwable e)
Constructor- Parameters:
msg
- messagee
- cause
-
-