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
public class UnexpectedRollbackException
- extends TransactionException
Thrown when an attempt to commit a transaction resulted
in an unexpected rollback.
- Since:
- 17.03.2003
- Author:
- Rod Johnson
- See Also:
- Serialized Form
UnexpectedRollbackException
public UnexpectedRollbackException(String msg)
- Constructor for UnexpectedRollbackException.
- Parameters:
msg
- the detail message
UnexpectedRollbackException
public UnexpectedRollbackException(String msg,
Throwable cause)
- Constructor for UnexpectedRollbackException.
- Parameters:
msg
- the detail messagecause
- the root cause from the transaction API in use
Copyright © 2002-2006 The Spring Framework.