Uses of Enum Class
io.helidon.integrations.jta.jdbc.ExceptionConverter.XARoutine
Packages that use ExceptionConverter.XARoutine
-
Uses of ExceptionConverter.XARoutine in io.helidon.integrations.jta.jdbc
Methods in io.helidon.integrations.jta.jdbc that return ExceptionConverter.XARoutineModifier 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.Methods in io.helidon.integrations.jta.jdbc with parameters of type ExceptionConverter.XARoutineModifier 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.