org.springframework.transaction
Class UnexpectedRollbackException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.springframework.core.NestedRuntimeException
                          |
                          +--org.springframework.transaction.TransactionException
                                |
                                +--org.springframework.transaction.UnexpectedRollbackException

public class UnexpectedRollbackException
extends TransactionException

Thrown when an attempt to commit a transaction resulted in an unexpected rollback

Author:
Rod Johnson
Version: $Revision: 1.1.1.1 $
Since: 17-Mar-2003

Constructor Summary
UnexpectedRollbackException(String msg, Throwable ex)
           

Methods inherited from class org.springframework.core.NestedRuntimeException
getCause, getMessage, printStackTrace, printStackTrace

Methods inherited from class java.lang.Throwable
printStackTrace, getStackTrace, setStackTrace, getLocalizedMessage, toString, fillInStackTrace, initCause

Methods inherited from class java.lang.Object
hashCode, notify, notifyAll, wait, wait, wait, getClass, equals

Constructor Detail

UnexpectedRollbackException

public UnexpectedRollbackException(String msg, Throwable ex)