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
const char * className() const noexcept;
clone
Poco::Exception * clone() const;
name
const char * name() const noexcept;
See also: Poco::Crypto::CryptoException::name()
operator =
OpenSSLException & operator = (
const OpenSSLException & exc
);
rethrow
void rethrow() const;
See also: Poco::Crypto::CryptoException::rethrow()