Package io.quarkus.narayana.jta
Class QuarkusTransactionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.quarkus.narayana.jta.QuarkusTransactionException
- All Implemented Interfaces:
Serializable
Runtime exception that is used to wrap any checked exceptions thrown from the
QuarkusTransaction methods.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionQuarkusTransactionException(String message) QuarkusTransactionException(String message, Throwable cause) QuarkusTransactionException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
QuarkusTransactionException
-
QuarkusTransactionException
-
QuarkusTransactionException
-
QuarkusTransactionException
-