Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
Poco::Crypto::OpenSSLException Class Reference

#include <CryptoException.h>

+ Inheritance diagram for Poco::Crypto::OpenSSLException:
+ Collaboration diagram for Poco::Crypto::OpenSSLException:

Public Member Functions

 OpenSSLException (int code=0)
 
 OpenSSLException (const std::string &msg, int code=0)
 
 OpenSSLException (const std::string &msg, const std::string &arg, int code=0)
 
 OpenSSLException (const std::string &msg, const Poco::Exception &exc, int code=0)
 
 OpenSSLException (const OpenSSLException &exc)
 
 ~OpenSSLException () noexcept
 
OpenSSLExceptionoperator= (const OpenSSLException &exc)
 
const char * name () const noexcept
 
const char * className () const noexcept
 
Poco::Exceptionclone () const
 
void rethrow () const
 

Private Member Functions

void setExtMessage ()
 

Detailed Description

Definition at line 33 of file CryptoException.h.

Constructor & Destructor Documentation

◆ OpenSSLException() [1/5]

Poco::Crypto::OpenSSLException::OpenSSLException ( int code = 0)
+ Here is the caller graph for this function:

◆ OpenSSLException() [2/5]

Poco::Crypto::OpenSSLException::OpenSSLException ( const std::string & msg,
int code = 0 )

◆ OpenSSLException() [3/5]

Poco::Crypto::OpenSSLException::OpenSSLException ( const std::string & msg,
const std::string & arg,
int code = 0 )

◆ OpenSSLException() [4/5]

Poco::Crypto::OpenSSLException::OpenSSLException ( const std::string & msg,
const Poco::Exception & exc,
int code = 0 )

◆ OpenSSLException() [5/5]

Poco::Crypto::OpenSSLException::OpenSSLException ( const OpenSSLException & exc)

◆ ~OpenSSLException()

Poco::Crypto::OpenSSLException::~OpenSSLException ( )
noexcept

Member Function Documentation

◆ className()

const char * Poco::Crypto::OpenSSLException::className ( ) const
noexcept

◆ clone()

Poco::Exception * Poco::Crypto::OpenSSLException::clone ( ) const

◆ name()

const char * Poco::Crypto::OpenSSLException::name ( ) const
noexcept

◆ operator=()

OpenSSLException & Poco::Crypto::OpenSSLException::operator= ( const OpenSSLException & exc)

◆ rethrow()

void Poco::Crypto::OpenSSLException::rethrow ( ) const

◆ setExtMessage()

void Poco::Crypto::OpenSSLException::setExtMessage ( )
private

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