Exception indicating that something went wrong during the validation of a message.
This is a checked exception since we want it to be caught, logged and handled rather than cause the application to
fail. Failure to validate a message is usually not a fatal problem.
author: Arjen Poutsma