Package com.caplin.permissioning
Class TransactionInProgressException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.caplin.permissioning.TransactionInProgressException
- All Implemented Interfaces:
Serializable
Thrown when an attempt is made to start a new transaction if another transaction
is still in progress. To start a new transaction, one must either commit the existing transaction or roll it back using the
PermissioningDataSource.rollbackTransaction()
method.- See Also:
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString