public class

TransactionException

extends HibernateException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ org.hibernate.HibernateException
           ↳ org.hibernate.TransactionException

Class Overview

Indicates that a transaction could not be begun, committed or rolled back.

See Also

Summary

Public Constructors
TransactionException(String message, Throwable root)
TransactionException(String message)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public TransactionException (String message, Throwable root)

public TransactionException (String message)