Uses of Enum Class
io.helidon.integrations.jta.jdbc.ExceptionConverter.XARoutine
-
Uses of ExceptionConverter.XARoutine in io.helidon.integrations.jta.jdbc
Modifier and TypeMethodDescriptionstatic ExceptionConverter.XARoutine
Returns the enum constant of this class with the specified name.static ExceptionConverter.XARoutine[]
ExceptionConverter.XARoutine.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionExceptionConverter.convert
(ExceptionConverter.XARoutine xaRoutine, Exception exception) Converts the suppliedException
encountered in the context of the suppliedExceptionConverter.XARoutine
to anXAException
with an appropriate error code, idiomatically following the rules of the XA specification.