Class MessageStoreException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.messaging.MessagingException
org.springframework.integration.store.MessageStoreException
- All Implemented Interfaces:
Serializable
Exception for problems that occur when using a
MessageStore implementation.- Since:
- 2.1
- Author:
- Oleg Zhurakousky
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMessageStoreException(String description) MessageStoreException(String description, Throwable cause) MessageStoreException(Message<?> message) MessageStoreException(Message<?> message, String description) MessageStoreException(Message<?> message, String description, Throwable cause) MessageStoreException(Message<?> message, Throwable cause) -
Method Summary
Methods inherited from class MessagingException
getFailedMessage, toStringMethods inherited from class NestedRuntimeException
contains, getMostSpecificCause, getRootCauseMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
MessageStoreException
- Parameters:
message- The message.
-
MessageStoreException
- Parameters:
description- The description.
-
MessageStoreException
-
MessageStoreException
-
MessageStoreException
-
MessageStoreException
-