public class MessageHandlerInvocationException extends AxonException
Constructor and Description |
---|
MessageHandlerInvocationException(String message,
Throwable cause)
Initialize the MessageHandlerInvocationException using given
message and cause . |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MessageHandlerInvocationException(String message, Throwable cause)
message
and cause
.message
- A message describing the cause of the exceptioncause
- The exception thrown by the Event HandlerCopyright © 2010–2023. All rights reserved.