Class MatcherExecutionException

All Implemented Interfaces:
Serializable

public class MatcherExecutionException extends AxonNonTransientException
Exception indicating that an error occurred that prevented successful execution of a matcher. This exception does not mean an actual instance does not match the expected instance. It means the matcher was unable to perform the match due to external factors.
Since:
1.1
Author:
Allard Buijze
See Also:
  • Constructor Details

    • MatcherExecutionException

      public MatcherExecutionException(String message)
      Construct the exception with the given message.
      Parameters:
      message - the message describing the cause
    • MatcherExecutionException

      public MatcherExecutionException(String message, Throwable cause)
      Construct the exception with the given message and cause.
      Parameters:
      message - the message describing the cause
      cause - the underlying cause