Liking cljdoc? Tell your friends :D

javax.transaction.xa.XAException

The XAException is thrown by the Resource Manager (RM) to inform the Transaction Manager of an error encountered by the involved transaction.

The XAException is thrown by the Resource Manager (RM) to inform the
Transaction Manager of an error encountered by the involved transaction.
raw docstring

*-xa-heurcomclj

Static Constant.

The transaction branch has been heuristically committed.

type: int

Static Constant.

The transaction branch has been heuristically committed.

type: int
raw docstring

*-xa-heurhazclj

Static Constant.

The transaction branch may have been heuristically completed.

type: int

Static Constant.

The transaction branch may have been heuristically completed.

type: int
raw docstring

*-xa-heurmixclj

Static Constant.

The transaction branch has been heuristically committed and rolled back.

type: int

Static Constant.

The transaction branch has been heuristically committed and
 rolled back.

type: int
raw docstring

*-xa-heurrbclj

Static Constant.

The transaction branch has been heuristically rolled back.

type: int

Static Constant.

The transaction branch has been heuristically rolled back.

type: int
raw docstring

*-xa-nomigrateclj

Static Constant.

Resumption must occur where the suspension occurred.

type: int

Static Constant.

Resumption must occur where the suspension occurred.

type: int
raw docstring

*-xa-rbbaseclj

Static Constant.

The inclusive lower bound of the rollback codes.

type: int

Static Constant.

The inclusive lower bound of the rollback codes.

type: int
raw docstring

*-xa-rbcommfailclj

Static Constant.

Indicates that the rollback was caused by a communication failure.

type: int

Static Constant.

Indicates that the rollback was caused by a communication failure.

type: int
raw docstring

*-xa-rbdeadlockclj

Static Constant.

A deadlock was detected.

type: int

Static Constant.

A deadlock was detected.

type: int
raw docstring

*-xa-rbendclj

Static Constant.

The inclusive upper bound of the rollback error code.

type: int

Static Constant.

The inclusive upper bound of the rollback error code.

type: int
raw docstring

*-xa-rbintegrityclj

Static Constant.

A condition that violates the integrity of the resource was detected.

type: int

Static Constant.

A condition that violates the integrity of the resource was detected.

type: int
raw docstring

*-xa-rbotherclj

Static Constant.

The resource manager rolled back the transaction branch for a reason not on this list.

type: int

Static Constant.

The resource manager rolled back the transaction branch for a reason
 not on this list.

type: int
raw docstring

*-xa-rbprotoclj

Static Constant.

A protocol error occurred in the resource manager.

type: int

Static Constant.

A protocol error occurred in the resource manager.

type: int
raw docstring

*-xa-rbrollbackclj

Static Constant.

Indicates that the rollback was caused by an unspecified reason.

type: int

Static Constant.

Indicates that the rollback was caused by an unspecified reason.

type: int
raw docstring

*-xa-rbtimeoutclj

Static Constant.

A transaction branch took too long.

type: int

Static Constant.

A transaction branch took too long.

type: int
raw docstring

*-xa-rbtransientclj

Static Constant.

May retry the transaction branch.

type: int

Static Constant.

May retry the transaction branch.

type: int
raw docstring

*-xa-rdonlyclj

Static Constant.

The transaction branch was read-only and has been committed.

type: int

Static Constant.

The transaction branch was read-only and has been committed.

type: int
raw docstring

*-xa-retryclj

Static Constant.

Routine returned with no effect and may be reissued.

type: int

Static Constant.

Routine returned with no effect and may be reissued.

type: int
raw docstring

*-xaer-asyncclj

Static Constant.

There is an asynchronous operation already outstanding.

type: int

Static Constant.

There is an asynchronous operation already outstanding.

type: int
raw docstring

*-xaer-dupidclj

Static Constant.

The XID already exists.

type: int

Static Constant.

The XID already exists.

type: int
raw docstring

*-xaer-invalclj

Static Constant.

Invalid arguments were given.

type: int

Static Constant.

Invalid arguments were given.

type: int
raw docstring

*-xaer-notaclj

Static Constant.

The XID is not valid.

type: int

Static Constant.

The XID is not valid.

type: int
raw docstring

*-xaer-outsideclj

Static Constant.

The resource manager is doing work outside a global transaction.

type: int

Static Constant.

The resource manager is doing work outside a global transaction.

type: int
raw docstring

*-xaer-protoclj

Static Constant.

Routine was invoked in an inproper context.

type: int

Static Constant.

Routine was invoked in an inproper context.

type: int
raw docstring

*-xaer-rmerrclj

Static Constant.

A resource manager error has occurred in the transaction branch.

type: int

Static Constant.

A resource manager error has occurred in the transaction branch.

type: int
raw docstring

*-xaer-rmfailclj

Static Constant.

Resource manager is unavailable.

type: int

Static Constant.

Resource manager is unavailable.

type: int
raw docstring

->xa-exceptionclj

(->xa-exception)
(->xa-exception s)

Constructor.

Create an XAException with a given string.

s - The String object containing the exception message. - java.lang.String

Constructor.

Create an XAException with a given string.

s - The String object containing the exception message. - `java.lang.String`
raw docstring

-error-codeclj

(-error-code this)

Instance Field.

The error code with which to create the SystemException.

type: int

Instance Field.

The error code with which to create the SystemException.

type: int
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close