public class

TransactionUsageException

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

Class Overview

Superclass for exceptions caused by inappropriate usage of a Spring transaction API.

Summary

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

Public Constructors

public TransactionUsageException (String msg)

Constructor for TransactionUsageException.

Parameters
msg the detail message

public TransactionUsageException (String msg, Throwable cause)

Constructor for TransactionUsageException.

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