public class MatcherExecutionException extends AxonNonTransientException
Constructor and Description |
---|
MatcherExecutionException(String message)
Construct the exception with the given
message . |
MatcherExecutionException(String message,
Throwable cause)
Construct the exception with the given
message and cause . |
isCauseOf
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MatcherExecutionException(String message)
message
.message
- the message describing the causeCopyright © 2010–2020. All rights reserved.