Public Member Functions

Utils::EncryptionException Class Reference

Exception related to encryption. More...

#include <B2BITS_Exception.h>

Inheritance diagram for Utils::EncryptionException:
Collaboration diagram for Utils::EncryptionException:

List of all members.

Public Member Functions

 EncryptionException (const std::string &aMsg)
 Constructor.

Detailed Description

Exception related to encryption.

Definition at line 111 of file B2BITS_Exception.h.


Constructor & Destructor Documentation

Utils::EncryptionException::EncryptionException ( const std::string &  aMsg ) [inline]

Constructor.

Parameters:
aMsgMessage that explains exception.

Definition at line 115 of file B2BITS_Exception.h.