public class NotPreparedException extends OLAPIRuntimeException
TransactionProvider
has not prepared the current Transaction
and therefore it cannot commit the Transaction
.Constructor and Description |
---|
NotPreparedException(Transaction transaction)
Creates a
NotPreparedException . |
Modifier and Type | Method and Description |
---|---|
Transaction |
getTransaction()
Gets the
Transaction that has not been prepared. |
getLocalizedMessage, getLocalizedMessage, getParameters, toString
public NotPreparedException(Transaction transaction)
NotPreparedException
.transaction
- The Transaction
that has not been prepared.public Transaction getTransaction()
Transaction
that has not been prepared.Transaction
that has not been prepared.