org.axonframework.eventhandling.amqp
Class EventPublicationFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.axonframework.common.AxonException
org.axonframework.eventhandling.amqp.EventPublicationFailedException
- All Implemented Interfaces:
- Serializable
public class EventPublicationFailedException
- extends AxonException
Exception indication that an error occurred while publishing an event to an AMQP Broker
- Since:
- 2.0
- Author:
- Allard Buijze
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
EventPublicationFailedException
public EventPublicationFailedException(String message,
Throwable cause)
- Initialize the exception using given descriptive
message
and cause
- Parameters:
message
- A message describing the exceptioncause
- The exception describing the cause of the failure
Copyright © 2010-2016. All Rights Reserved.