public class TransactionRequiredException extends TransactionException:
Reports an operation that requires an active transaction.
throw TransactionRequiredException("Active transaction required")| Modifier and Type | Member | Description |
|---|---|---|
| public | TransactionRequiredExceptionTransactionRequiredException(message as String = ""): |
Creates this framework exception. |