org.springframework.transaction
Class TransactionSystemException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.transaction.TransactionException
org.springframework.transaction.TransactionSystemException
- All Implemented Interfaces:
- Serializable
public class TransactionSystemException
- extends TransactionException
Exception thrown when a general transaction system error is encountered,
like on commit or rollback.
- Since:
- 24.03.2003
- Author:
- Juergen Hoeller
- See Also:
- Serialized Form
TransactionSystemException
public TransactionSystemException(String msg)
- Constructor for TransactionSystemException.
- Parameters:
msg
- the detail message
TransactionSystemException
public TransactionSystemException(String msg,
Throwable cause)
- Constructor for TransactionSystemException.
- Parameters:
msg
- the detail messagecause
- the root cause from the transaction API in use
Copyright © 2002-2006 The Spring Framework.