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.
getMessage
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright (c) 2004, 2014 Oracle and/or its affiliates. All rights reserved.