com.sleepycat.je
Class XAFailureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sleepycat.je.DatabaseException
com.sleepycat.je.OperationFailureException
com.sleepycat.je.XAFailureException
- All Implemented Interfaces:
- Serializable
public class XAFailureException
- extends OperationFailureException
Thrown if an attempt is made to use a Transaction
after it has been
invalidated as the result of an XA failure. The invalidation occurs when
XAResource.end
is called by the resource manager with a XAResource.TMFAIL
flag.
The Transaction
handle is invalidated as a result of this
exception.
- Since:
- 4.0
- See Also:
- Serialized Form
Copyright (c) 2004-2011 Oracle. All rights reserved.