Botan
1.11.15
|
#include <tls_exceptn.h>
Public Member Functions | |
Alert::Type | type () const |
Unexpected_Message (const std::string &err) |
Unexpected_Message Exception
Definition at line 37 of file tls_exceptn.h.
Botan::TLS::Unexpected_Message::Unexpected_Message | ( | const std::string & | err | ) | [inline] |
Definition at line 39 of file tls_exceptn.h.
: TLS_Exception(Alert::UNEXPECTED_MESSAGE, err) {}
Alert::Type Botan::TLS::TLS_Exception::type | ( | ) | const [inline, inherited] |
Definition at line 24 of file tls_exceptn.h.
Referenced by Botan::TLS::Channel::received_data().
{ return m_alert_type; }