Botan  1.11.15
Public Member Functions
Botan::TLS::TLS_Exception Class Reference

#include <tls_exceptn.h>

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

List of all members.

Public Member Functions

 TLS_Exception (Alert::Type type, const std::string &err_msg="Unknown error")
Alert::Type type () const

Detailed Description

Exception Base Class

Definition at line 21 of file tls_exceptn.h.


Constructor & Destructor Documentation

Botan::TLS::TLS_Exception::TLS_Exception ( Alert::Type  type,
const std::string &  err_msg = "Unknown error" 
) [inline]

Definition at line 26 of file tls_exceptn.h.

                                                                :
         Exception(err_msg), m_alert_type(type) {}

Member Function Documentation

Definition at line 24 of file tls_exceptn.h.

Referenced by Botan::TLS::Channel::received_data().

{ return m_alert_type; }

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