Package 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
- All Implemented Interfaces:
- Serializable
Thrown when an attempt to commit a transaction resulted
 in an unexpected rollback.
- Since:
- 17.03.2003
- Author:
- Rod Johnson
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionConstructor for UnexpectedRollbackException.UnexpectedRollbackException(String msg, Throwable cause) Constructor for UnexpectedRollbackException.
- 
Method SummaryMethods inherited from class org.springframework.core.NestedRuntimeExceptioncontains, getMostSpecificCause, getRootCauseMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
UnexpectedRollbackExceptionConstructor for UnexpectedRollbackException.- Parameters:
- msg- the detail message
 
- 
UnexpectedRollbackExceptionConstructor for UnexpectedRollbackException.- Parameters:
- msg- the detail message
- cause- the root cause from the transaction API in use
 
 
-