org.springframework.jms.connection
Class SynchedLocalTransactionFailedException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           java.lang.RuntimeException
java.lang.RuntimeException
               org.springframework.core.NestedRuntimeException
org.springframework.core.NestedRuntimeException
                   org.springframework.jms.JmsException
org.springframework.jms.JmsException
                       org.springframework.jms.connection.SynchedLocalTransactionFailedException
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 message
- cause- the root cause
 
Copyright © 2002-2008 The Spring Framework.