当前页面:
在线文档首页 >
Spring Framework 2.0.5 API 文档英文版
NoTransactionException (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版
org.springframework.transaction
Class NoTransactionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.transaction.TransactionException
org.springframework.transaction.TransactionUsageException
org.springframework.transaction.NoTransactionException
- All Implemented Interfaces:
- Serializable
public class NoTransactionException
- extends TransactionUsageException
Exception thrown when an operation is attempted that
relies on an existing transaction (such as setting
rollback status) and there is no existing transaction.
This represents an illegal usage of the transaction API.
- Since:
- 17.03.2003
- Author:
- Rod Johnson
- See Also:
- Serialized Form
NoTransactionException
public NoTransactionException(String msg)
- Constructor for NoTransactionException.
- Parameters:
msg
- the detail message
NoTransactionException
public NoTransactionException(String msg,
Throwable cause)
- Constructor for NoTransactionException.
- Parameters:
msg
- the detail messagecause
- the root cause from the transaction API in use
Copyright © 2002-2007 The Spring Framework.