public class CommandDispatchException extends AxonException
Constructor and Description |
---|
CommandDispatchException(String message)
Initializes the exception using the given
message . |
CommandDispatchException(String message,
Throwable cause)
Initializes the exception using the given
message and cause . |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CommandDispatchException(String message)
message
.message
- The message describing the exceptionCopyright © 2010–2022. All rights reserved.