Class NoHandlerForQueryException

All Implemented Interfaces:
Serializable

public class NoHandlerForQueryException extends AxonException
Exception indicating this instance has no QueryHandler for a given QueryMessage.
Since:
3.1.0
Author:
Marc Gathier
See Also:
  • Constructor Details

    • NoHandlerForQueryException

      public NoHandlerForQueryException(String message)
      Initialize this exception with the given message.
      Parameters:
      message - The message describing the cause of the exception.
  • Method Details