Exception
classes that an application might encounter.See: Description
Interface | Description |
---|---|
Transaction |
An interface that represents an OLAP transaction with an Oracle Database instance.
|
TransactionProvider |
An interface that defines an OLAP transaction provider.
|
Exception | Description |
---|---|
ActiveSubtransactionsException |
Indicates that the current
Transaction has child Transaction objects that the application must commit or roll back before committing or rolling back the current Transaction . |
CommitException |
Indicates that the attempt to commit the
Transaction failed. |
CommitWarningsException |
Indicates that the attempt to commit the
Transaction succeeded, but that there are warning messages. |
IncrementalChangeException |
Indicates that a change that an application has made since the last interaction with the Oracle OLAP server is invalid.
|
NotCommittableException |
Indicates that the
TransactionProvider has determined that the query defined in the current Transaction is invalid and the TransactionProvider is therefore preventing the application from committing the Transaction . |
NotPreparedException |
Indicates that the
TransactionProvider has not prepared the current Transaction and therefore it cannot commit the Transaction . |
TransactionalObjectInvalidException |
Indicates that the
TransactionalObject is not valid in the current Transaction . |
TransactionInactiveException |
Indicates that the current
Transaction has already been committed or rolled back by the application and is therefore no longer active. |
TransactionTypeUnavailableException |
Indicates that the type of the
Transaction requested is not available. |
WriteLockException |
Indicates that the
TransactionProvider cannot create a write Transaction at this time. |
Exception
classes that an application might encounter.