Exception thrown in case of a message MD5 sum mismatch. More...
#include <Exceptions.h>
Public Member Functions | |
MD5SumMismatchException (const std::string &expectedMD5Sum, const std::string &providedMD5Sum) | |
Constructor. |
Exception thrown in case of a message MD5 sum mismatch.
Definition at line 137 of file Exceptions.h.
variant_topic_tools::MD5SumMismatchException::MD5SumMismatchException | ( | const std::string & | expectedMD5Sum, |
const std::string & | providedMD5Sum | ||
) |
Constructor.
Definition at line 80 of file Exceptions.cpp.