Class NoTransactionInProgressException

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

public class NoTransactionInProgressException extends RuntimeException
Thrown when an attempted operation requires a transaction to be in progress; however one is not.
See Also: