public class ActiveSubtransactionsException extends OLAPIIllegalStateException
Transaction
has child Transaction
objects that the application must commit or roll back before committing or rolling back the current Transaction
.Constructor and Description |
---|
ActiveSubtransactionsException(java.util.List transactions)
Creates an
ActiveSubtransactionsException . |
Modifier and Type | Method and Description |
---|---|
java.util.List |
getActiveSubTransactions()
Gets a
List of the active child Transaction objects of a Transaction . |
getLocalizedMessage, getLocalizedMessage, toString
public ActiveSubtransactionsException(java.util.List transactions)
ActiveSubtransactionsException
.transactions
- A List
of the Transaction
objects that are active children of a Transaction
.public java.util.List getActiveSubTransactions()
List
of the active child Transaction
objects of a Transaction
. A child Transaction
is active until it is either committed or it is rolled back.List
of the active child Transaction
objects of a Transaction
.