Class PersistentStorageException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.fcrepo.kernel.api.exception.RepositoryRuntimeException
-
- org.fcrepo.persistence.api.exceptions.PersistentStorageException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
PersistentItemConflictException
,PersistentItemNotFoundException
,PersistentSessionClosedException
public class PersistentStorageException extends RepositoryRuntimeException
Generic exception for things PersistentStorage related.- Since:
- 2019-09-20
- Author:
- whikloj
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PersistentStorageException(String msg)
Constructor.PersistentStorageException(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
-
PersistentStorageException
public PersistentStorageException(String msg)
Constructor.- Parameters:
msg
- the message
-
PersistentStorageException
public PersistentStorageException(String msg, Throwable e)
Constructor- Parameters:
msg
- messagee
- cause
-
-