Class IdentifierMissingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.axonframework.common.AxonException
org.axonframework.modelling.command.IdentifierMissingException
- All Implemented Interfaces:
Serializable
Exception indicating that a required identifier is missing in the processed message.
- Since:
- 4.6.0
- Author:
- Stefan Andjelkovic
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIdentifierMissingException(String message) Constructs an exception based on the givenmessage. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IdentifierMissingException
Constructs an exception based on the givenmessage.- Parameters:
message- The description of thisIdentifierMissingException.
-