3#ifdef STARFLEETTOOLBOX_EXPORTS
4#define BADACKEXCEPT __declspec(dllexport)
6#define BADACKEXCEPT __declspec(dllimport)
39 virtual const char*
what() const noexcept {
An Exception used when a bad acknowledgment error is detected.
Definition BadAcknowledgmentException.h:14
BadAcknowledgmentException(const string &message)
Copy constructor.
Definition BadAcknowledgmentException.h:26
BadAcknowledgmentException(const char *message)
Copy constructor.
Definition BadAcknowledgmentException.h:20
string _msg
Definition BadAcknowledgmentException.h:43
virtual const char * what() const noexcept
Overload of message retrie.
Definition BadAcknowledgmentException.h:39
virtual ~BadAcknowledgmentException() noexcept
Destructor.
Definition BadAcknowledgmentException.h:33