org.springframework.transaction
Class TransactionUsageException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.core.NestedRuntimeException
                  extended by org.springframework.transaction.TransactionException
                      extended by org.springframework.transaction.TransactionUsageException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
IllegalTransactionStateException, InvalidIsolationLevelException, InvalidTimeoutException, NoTransactionException

public class TransactionUsageException
extends TransactionException

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

Since:
22.03.2003
Author:
Rod Johnson
See Also:
Serialized Form

Constructor Summary
TransactionUsageException(String msg)
          Constructor for TransactionUsageException.
TransactionUsageException(String msg, Throwable cause)
          Constructor for TransactionUsageException.
 
Method Summary
 
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getMessage, getMostSpecificCause, getRootCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TransactionUsageException

public TransactionUsageException(String msg)
Constructor for TransactionUsageException.

Parameters:
msg - the detail message

TransactionUsageException

public TransactionUsageException(String msg,
                                 Throwable cause)
Constructor for TransactionUsageException.

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