Class IdentifierMissingException

All Implemented Interfaces:
Serializable

public class IdentifierMissingException extends AxonException
Exception indicating that a required identifier is missing in the processed message.
Since:
4.6.0
Author:
Stefan Andjelkovic
See Also:
  • Constructor Details

    • IdentifierMissingException

      public IdentifierMissingException(String message)
      Constructs an exception based on the given message.
      Parameters:
      message - The description of this IdentifierMissingException.