Uses of Enum Class
org.synchronoss.cpo.core.jta.CpoXaError
Packages that use CpoXaError
-
Uses of CpoXaError in org.synchronoss.cpo.core.jta
Methods in org.synchronoss.cpo.core.jta that return CpoXaErrorModifier and TypeMethodDescriptionstatic CpoXaErrorReturns the enum constant of this class with the specified name.static CpoXaError[]CpoXaError.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.synchronoss.cpo.core.jta with parameters of type CpoXaErrorModifier and TypeMethodDescriptionstatic XAExceptionCpoXaError.createXAException(CpoXaError errCode, String errString) Builds anXAExceptioncarrying a message that embeds this error code's name and numeric value alongside the caller-supplied detail text.