当前页面:
在线文档首页 >
Spring Framework 2.0.5 API 文档英文版
SynchedLocalTransactionFailedException (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版
org.springframework.jms.connection
Class SynchedLocalTransactionFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.jms.JmsException
org.springframework.jms.connection.SynchedLocalTransactionFailedException
- All Implemented Interfaces:
- Serializable
public class SynchedLocalTransactionFailedException
- extends JmsException
Exception thrown when a synchronized local transaction failed to complete
(after the main transaction has already completed).
- Since:
- 2.0
- Author:
- Juergen Hoeller
- See Also:
ConnectionFactoryUtils
,
Serialized Form
SynchedLocalTransactionFailedException
public SynchedLocalTransactionFailedException(String msg,
JMSException cause)
- Create a new SynchedLocalTransactionFailedException.
- Parameters:
msg
- the detail messagecause
- the root cause
Copyright © 2002-2007 The Spring Framework.