Class 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:
  • Constructor Details

    • SynchedLocalTransactionFailedException

      public SynchedLocalTransactionFailedException(String msg, JMSException cause)
      Create a new SynchedLocalTransactionFailedException.
      Parameters:
      msg - the detail message
      cause - the root cause