Package org.fcrepo.kernel.api.exception
Class TransactionRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.fcrepo.kernel.api.exception.TransactionRuntimeException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
TransactionClosedException,TransactionNotFoundException
Runtime exception
- Author:
- mohideen
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOrdinary constructor.TransactionRuntimeException(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
-
TransactionRuntimeException
Ordinary constructor.- Parameters:
msg- the message
-
TransactionRuntimeException
Ordinary constructor.- Parameters:
msg- the messagerootCause- the root cause
-