Package org.fcrepo.kernel.api.exception
Class TransactionClosedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.fcrepo.kernel.api.exception.TransactionRuntimeException
-
- org.fcrepo.kernel.api.exception.TransactionClosedException
-
- All Implemented Interfaces:
Serializable
public class TransactionClosedException extends TransactionRuntimeException
Exception indicating that the requested transaction has been closed- Author:
- bbpennel
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TransactionClosedException(String msg)
Ordinary constructor.TransactionClosedException(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
-
TransactionClosedException
public TransactionClosedException(String msg)
Ordinary constructor.- Parameters:
msg
- the message
-
TransactionClosedException
public TransactionClosedException(String msg, Throwable rootCause)
Ordinary constructor.- Parameters:
msg
- the messagerootCause
- the root cause
-
-