Class ReliableMessagingStoreException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.mule.soap.api.exception.ReliableMessagingStoreException
All Implemented Interfaces:
Serializable

public class ReliableMessagingStoreException extends RuntimeException
Exception implementation that aims to be thrown when an error occurs storing a RM sequence on the ReliableMessagingStore.
Since:
1.6
See Also:
  • Constructor Details

    • ReliableMessagingStoreException

      public ReliableMessagingStoreException(String message)
    • ReliableMessagingStoreException

      public ReliableMessagingStoreException(String message, Throwable cause)
    • ReliableMessagingStoreException

      public ReliableMessagingStoreException(String message, Throwable cause, Map<String,String> additionalTransportData)