W3cubDocs

/OpenJDK 8 Web

Package javax.transaction

Contains three exceptions thrown by the ORB machinery during unmarshalling.

See: Description

Exception Summary
Exception Description
InvalidTransactionException

This exception indicates that the request carried an invalid transaction context.

TransactionRequiredException

This exception indicates that a request carried a null transaction context, but the target object requires an activate transaction.

TransactionRolledbackException

This exception indicates that the transaction associated with processing of the request has been rolled back, or marked to roll back.

Package javax.transaction Description

Contains three exceptions thrown by the ORB machinery during unmarshalling.

Since:
1.3

© 1993–2017, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.