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(Locker locker)
For internal use only.
|
| Modifier and Type | Method and Description |
|---|---|
OperationFailureException |
wrapSelf(String msg)
For internal use only.
|
isReplicaWriteaddErrorMessage, addRethrownStackTrace, getMessage, getVersionHeaderaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic XAFailureException(Locker locker)
public OperationFailureException wrapSelf(String msg)
wrapSelf in class OperationFailureExceptionCopyright © 2024. All rights reserved.