org.springframework.transaction.interceptor
Class TransactionInterceptor.ThrowableHolderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.transaction.interceptor.TransactionInterceptor.ThrowableHolderException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
TransactionInterceptor

private static class TransactionInterceptor.ThrowableHolderException
extends java.lang.RuntimeException

Internal holder class for a Throwable, used as a RuntimeException to be thrown from a TransactionCallback (and subsequently unwrapped again).


Constructor Summary
TransactionInterceptor.ThrowableHolderException(java.lang.Throwable throwable)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TransactionInterceptor.ThrowableHolderException

public TransactionInterceptor.ThrowableHolderException(java.lang.Throwable throwable)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Throwable