Botan  1.11.15
Public Member Functions
Botan::TLS::Unexpected_Message Struct Reference

#include <tls_exceptn.h>

Inheritance diagram for Botan::TLS::Unexpected_Message:
Botan::TLS::TLS_Exception

List of all members.

Public Member Functions

Alert::Type type () const
 Unexpected_Message (const std::string &err)

Detailed Description

Unexpected_Message Exception

Definition at line 37 of file tls_exceptn.h.


Constructor & Destructor Documentation

Botan::TLS::Unexpected_Message::Unexpected_Message ( const std::string &  err) [inline]

Definition at line 39 of file tls_exceptn.h.


Member Function Documentation

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; }

The documentation for this struct was generated from the following file: