Poco::RemotingNG

class ORBDisabledException

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

Inheritance

Direct Base Classes: RemotingException

All Base Classes: Poco::Exception, Poco::LogicException, RemotingException, 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

ORBDisabledException

ORBDisabledException(
    int code = 0
);

ORBDisabledException

ORBDisabledException(
    const ORBDisabledException & exc
);

ORBDisabledException

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

ORBDisabledException

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

ORBDisabledException

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

Destructor

~ORBDisabledException

~ORBDisabledException() noexcept;

Member Functions

className virtual

const char * className() const noexcept;

clone

Poco::Exception * clone() const;

name virtual

const char * name() const noexcept;

operator =

ORBDisabledException & operator = (
    const ORBDisabledException & exc
);

rethrow virtual

void rethrow() const;