Enum Class CpoXaError

java.lang.Object
java.lang.Enum<CpoXaError>
org.synchronoss.cpo.core.jta.CpoXaError
All Implemented Interfaces:
Serializable, Comparable<CpoXaError>, Constable

public enum CpoXaError extends Enum<CpoXaError>
The XA error codes used by Cpo, mirroring the int constants declared on XAException so error codes can be passed around as a type-safe enum instead of a bare int.
Author:
dberry