Package org.axonframework.messaging.core
Class EventPublicationFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.axonframework.common.AxonException
org.axonframework.messaging.core.EventPublicationFailedException
- All Implemented Interfaces:
Serializable
Exception indication that an error occurred while publishing an event to an AMQP Broker
- Since:
- 3.0
- Author:
- Allard Buijze, Nakul Mishra
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEventPublicationFailedException(String message, Throwable cause) Initialize the exception using given descriptivemessageandcause -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EventPublicationFailedException
Initialize the exception using given descriptivemessageandcause- Parameters:
message- A message describing the exceptioncause- The exception describing the cause of the failure
-