IBM WebSphere Application ServerTM
Release 8

Package com.ibm.ws.extensionhelper.exception

This is the documentation for the WebSphere Extension Helper exceptions.

See:
          Description

Exception Summary
InconsistentTransactionException This is thrown when an inconsistent local transaction is detected.
UnableToInitializeException Intialization of Database Helper was Unsuccessful
UnknownDatabaseException Database Helper intialized but failed to determine backend type.
 

Package com.ibm.ws.extensionhelper.exception Description

This is the documentation for the WebSphere Extension Helper exceptions.

There are only two types of exceptions which can be encountered when a new DatabaseHelper is acquired:

UnabletoInitializeException

Encountered when a error occurs during initialization. This is thrown if any exception is encountered. Please refer to chained exception with this exception for more details. This is usually fatal.

UnknownDatabaseException

Encountered during initialization, when Database Helper is not able to determine type of back end. This is not necessarily fatal, but if you see this you probably do not need to use this service.

The TransactionControl interface also exposes one custom exception:

InconsistentTransactionException

Thrown when a local transaction is in an inconsistent state.

Version:
1.1.0

IBM WebSphere Application ServerTM
Release 8