Class PersistentSessionClosedException
- 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.PersistentSessionClosedException
-
- All Implemented Interfaces:
Serializable
public class PersistentSessionClosedException extends PersistentStorageException
Exception indicating that a persistence session is closed.- Author:
- bbpennel
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PersistentSessionClosedException(String msg)
Constructor with messagePersistentSessionClosedException(String msg, Throwable e)
Constructor with message and cause
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
PersistentSessionClosedException
public PersistentSessionClosedException(String msg)
Constructor with message- Parameters:
msg
- message
-
PersistentSessionClosedException
public PersistentSessionClosedException(String msg, Throwable e)
Constructor with message and cause- Parameters:
msg
- messagee
- cause
-
-