public abstract class

TransactionException

extends NestedRuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ org.springframework.core.NestedRuntimeException
           ↳ org.springframework.transaction.TransactionException
Known Direct Subclasses
Known Indirect Subclasses

Class Overview

Superclass for all transaction exceptions.

Summary

Public Constructors
TransactionException(String msg)
Constructor for TransactionException.
TransactionException(String msg, Throwable cause)
Constructor for TransactionException.
[Expand]
Inherited Methods
From class org.springframework.core.NestedRuntimeException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public TransactionException (String msg)

Constructor for TransactionException.

Parameters
msg the detail message

public TransactionException (String msg, Throwable cause)

Constructor for TransactionException.

Parameters
msg the detail message
cause the root cause from the transaction API in use