Package org.hibernate

Class TransactionException

All Implemented Interfaces:
Serializable

public class TransactionException extends HibernateException
Indicates that a transaction could not be begun, committed or rolled back.
See Also:
  • Constructor Details

    • TransactionException

      public TransactionException(String message, Throwable cause)
      Constructs a TransactionException using the specified information.
      Parameters:
      message - The message explaining the exception condition
      cause - The underlying cause
    • TransactionException

      public TransactionException(String message)
      Constructs a TransactionException using the specified information.
      Parameters:
      message - The message explaining the exception condition