public class

IllegalTransactionStateException

extends TransactionUsageException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ org.springframework.core.NestedRuntimeException
           ↳ org.springframework.transaction.TransactionException
             ↳ org.springframework.transaction.TransactionUsageException
               ↳ org.springframework.transaction.IllegalTransactionStateException

Class Overview

Exception thrown when the existence or non-existence of a transaction amounts to an illegal state according to the transaction propagation behavior that applies.

Summary

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

Public Constructors

public IllegalTransactionStateException (String msg)

Constructor for IllegalTransactionStateException.

Parameters
msg the detail message

public IllegalTransactionStateException (String msg, Throwable cause)

Constructor for IllegalTransactionStateException.

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