Poco::Crypto

class OpenSSLException

Library: Crypto
Package: Crypto
Header: Poco/Crypto/CryptoException.h

Inheritance

Direct Base Classes: CryptoException

All Base Classes: CryptoException, Poco::Exception, std::exception

Member Summary

Member Functions: className, clone, name, operator =, rethrow

Inherited Functions: className, clone, code, displayText, extendedMessage, message, name, nested, operator =, rethrow, what

Constructors

OpenSSLException

OpenSSLException(
    int code = 0
);

OpenSSLException

OpenSSLException(
    const OpenSSLException & exc
);

OpenSSLException

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

OpenSSLException

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

OpenSSLException

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

Destructor

~OpenSSLException

~OpenSSLException() noexcept;

Member Functions

className virtual

const char * className() const noexcept;

clone

Poco::Exception * clone() const;

name virtual

const char * name() const noexcept;

operator =

OpenSSLException & operator = (
    const OpenSSLException & exc
);

rethrow virtual

void rethrow() const;