Class TransactionalException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jakarta.transaction.TransactionalException
All Implemented Interfaces:
java.io.Serializable

public class TransactionalException
extends java.lang.RuntimeException
The TransactionalException.
Author:
Manfred Riem ([email protected])
See Also:
Serialized Form
  • Constructor Summary

    Constructors
    Constructor Description
    TransactionalException​(java.lang.String message, java.lang.Throwable throwable)
    Constructor.
  • Method Summary

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • TransactionalException

      public TransactionalException​(java.lang.String message, java.lang.Throwable throwable)
      Constructor.
      Parameters:
      message - the message.
      throwable - the throwable.