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
public class QuarkusTransactionException extends RuntimeException
Runtime exception that is used to wrap any checked exceptions thrown from theQuarkusTransactionmethods.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description QuarkusTransactionException(String message)QuarkusTransactionException(String message, Throwable cause)QuarkusTransactionException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)QuarkusTransactionException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
QuarkusTransactionException
public QuarkusTransactionException(Throwable cause)
-
QuarkusTransactionException
public QuarkusTransactionException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
-
QuarkusTransactionException
public QuarkusTransactionException(String message)
-
-