spring-framework / org.springframework.jms.connection / SynchedLocalTransactionFailedException

SynchedLocalTransactionFailedException

open class SynchedLocalTransactionFailedException : JmsException

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

Author
Juergen Hoeller

Since
2.0

See Also
ConnectionFactoryUtils

Constructors

<init>

SynchedLocalTransactionFailedException(msg: String, cause: JMSException)

Create a new SynchedLocalTransactionFailedException.