Save This Page
Home » Spring-Framework-090522 » org.springframework » transaction » [javadoc | source]
org.springframework.transaction
public class: UnexpectedRollbackException [javadoc | source]
java.lang.Object
   java.lang.Throwable
      java.lang.Exception
         java.lang.RuntimeException
            org.springframework.core.NestedRuntimeException
               org.springframework.transaction.TransactionException
                  org.springframework.transaction.UnexpectedRollbackException

All Implemented Interfaces:
    Serializable

Thrown when an attempt to commit a transaction resulted in an unexpected rollback.
Fields inherited from java.lang.RuntimeException:
serialVersionUID
Fields inherited from java.lang.Exception:
serialVersionUID
Constructor:
 public UnexpectedRollbackException(String msg) 
    Constructor for UnexpectedRollbackException.
    Parameters:
    msg - the detail message
 public UnexpectedRollbackException(String msg,
    Throwable cause) 
    Constructor for UnexpectedRollbackException.
    Parameters:
    msg - the detail message
    cause - the root cause from the transaction API in use
Methods from org.springframework.core.NestedRuntimeException:
contains,   getMessage,   getMostSpecificCause,   getRootCause
Methods from java.lang.Throwable:
fillInStackTrace,   getCause,   getLocalizedMessage,   getMessage,   getStackTrace,   initCause,   printStackTrace,   printStackTrace,   printStackTrace,   setStackTrace,   toString
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait