org.springframework.transaction
Class TransactionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.springframework.core.NestedRuntimeException
                  extended byorg.springframework.transaction.TransactionException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CannotCreateTransactionException, HeuristicCompletionException, TransactionSystemException, TransactionUsageException, UnexpectedRollbackException

public abstract class TransactionException
extends NestedRuntimeException

Superclass for all transaction exceptions.

Since:
17-Mar-2003
Author:
Rod Johnson
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.RuntimeException
 
Constructor Summary
TransactionException(java.lang.String msg)
           
TransactionException(java.lang.String msg, java.lang.Throwable ex)
           
 
Methods inherited from class org.springframework.core.NestedRuntimeException
getCause, getMessage, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TransactionException

public TransactionException(java.lang.String msg)

TransactionException

public TransactionException(java.lang.String msg,
                            java.lang.Throwable ex)


Copyright (C) 2003-2004 The Spring Framework Project.