Class StompExceptionEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.integration.events.IntegrationEvent
org.springframework.integration.stomp.event.StompIntegrationEvent
org.springframework.integration.stomp.event.StompExceptionEvent
- All Implemented Interfaces:
Serializable
public class StompExceptionEvent extends StompIntegrationEvent
The
StompIntegrationEvent
implementation for the exception from STOMP Adapters.- Since:
- 4.2
- Author:
- Artem Bilan
- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
Constructors Constructor Description StompExceptionEvent(Object source, Throwable cause)
-
Method Summary
Methods inherited from class org.springframework.integration.events.IntegrationEvent
getCause, getSourceAsType, toString