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 the QuarkusTransaction methods.
See Also:
  • Constructor Details

    • QuarkusTransactionException

      public QuarkusTransactionException(Throwable cause)
    • QuarkusTransactionException

      public QuarkusTransactionException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
    • QuarkusTransactionException

      public QuarkusTransactionException(String message)
    • QuarkusTransactionException

      public QuarkusTransactionException(String message, Throwable cause)