public class TransactionInactiveException extends OLAPIIllegalStateException
Transaction has already been committed or rolled back by the application and is therefore no longer active.| Constructor and Description |
|---|
TransactionInactiveException(Transaction transaction)
Creates a
TransactionTerminatedException. |
| Modifier and Type | Method and Description |
|---|---|
Transaction |
getTransaction()
Gets the inactive
Transaction. |
getLocalizedMessage, getLocalizedMessage, toStringpublic TransactionInactiveException(Transaction transaction)
TransactionTerminatedException.transaction - The Transaction that is inactive.public Transaction getTransaction()
Transaction.Transaction that is inactive.