public class XAFailureException extends OperationFailureException
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.
| Constructor and Description |
|---|
XAFailureException(com.sleepycat.je.txn.Locker locker)
For internal use only.
|
| Modifier and Type | Method and Description |
|---|---|
OperationFailureException |
wrapSelf(java.lang.String msg)
For internal use only.
|
addErrorMessage, addRethrownStackTrace, getMessage, getVersionHeaderpublic XAFailureException(com.sleepycat.je.txn.Locker locker)
public OperationFailureException wrapSelf(java.lang.String msg)
wrapSelf in class OperationFailureExceptionCopyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.