Package org.mule.soap.api.exception
Class ReliableMessagingStoreException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.mule.soap.api.exception.ReliableMessagingStoreException
- All Implemented Interfaces:
Serializable
Exception implementation that aims to be thrown when an error occurs storing a RM sequence on the
ReliableMessagingStore.- Since:
- 1.6
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionReliableMessagingStoreException(String message) ReliableMessagingStoreException(String message, Throwable cause) ReliableMessagingStoreException(String message, Throwable cause, Map<String, String> additionalTransportData) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ReliableMessagingStoreException
-
ReliableMessagingStoreException
-
ReliableMessagingStoreException
-