Class TransactionInProgressException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.caplin.permissioning.TransactionInProgressException
All Implemented Interfaces:
Serializable

public class TransactionInProgressException extends RuntimeException
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: