public class

SynchedLocalTransactionFailedException

extends JmsException
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

Class Overview

Exception thrown when a synchronized local transaction failed to complete (after the main transaction has already completed).

Summary

Public Constructors
SynchedLocalTransactionFailedException(String msg, JMSException cause)
Create a new SynchedLocalTransactionFailedException.
[Expand]
Inherited Methods
From class org.springframework.jms.JmsException
From class org.springframework.core.NestedRuntimeException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public SynchedLocalTransactionFailedException (String msg, JMSException cause)

Create a new SynchedLocalTransactionFailedException.

Parameters
msg the detail message
cause the root cause