Package org.fcrepo.kernel.api.exception
Class TransactionNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.fcrepo.kernel.api.exception.TransactionRuntimeException
org.fcrepo.kernel.api.exception.TransactionNotFoundException
- All Implemented Interfaces:
Serializable
Exception indicating that the requested transaction was not found.
- Author:
- bbpennel
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOrdinary constructor.TransactionNotFoundException(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 Details
-
TransactionNotFoundException
Ordinary constructor.- Parameters:
msg- the message
-
TransactionNotFoundException
Ordinary constructor.- Parameters:
msg- the messagerootCause- the root cause
-