|
Dangerous SNMP
|
This represents a failed attempt to generate authentication information. More...
#include <exception.hpp>
Public Member Functions | |
| AuthenticationGenerationException (const char *text) noexcept | |
| Constructor. More... | |
| AuthenticationGenerationException (const std::string &text) noexcept | |
| Constructor. More... | |
Public Member Functions inherited from Exception | |
| Exception (const char *text) noexcept | |
| Constructor. More... | |
| Exception (const std::string &text) noexcept | |
| Constructor. More... | |
| virtual const char * | what () const noexcept |
| This returns the text for the exception. More... | |
Additional Inherited Members | |
Protected Attributes inherited from Exception | |
| std::string | _text |
| This is the exception text. | |
This represents a failed attempt to generate authentication information.
|
explicitnoexcept |
Constructor.
| text | The exception text. |
|
explicitnoexcept |
Constructor.
| text | The exception text. |