Poco::RemotingNG

class SecurityException

File Information

Library: RemotingNG
Package: RemotingNG
Header: Poco/RemotingNG/RemotingException.h

Inheritance

Direct Base Classes: RemotingException

All Base Classes: Poco::Exception, Poco::LogicException, RemotingException, std::exception

Known Derived Classes: AuthenticationFailedException, InvalidCredentialsException, NoPermissionException

Member Summary

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

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

Constructors

SecurityException

SecurityException(
    int code = 0
);

SecurityException

SecurityException(
    const SecurityException & exc
);

SecurityException

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

SecurityException

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

SecurityException

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

Destructor

~SecurityException

~SecurityException() noexcept;

Member Functions

className virtual

const char * className() const noexcept;

clone

Poco::Exception * clone() const;

name virtual

const char * name() const noexcept;

operator =

SecurityException & operator = (
    const SecurityException & exc
);

rethrow virtual

void rethrow() const;