File Information
Library: RemotingNG
Package: RemotingNG
Header: Poco/RemotingNG/RemotingException.h
Inheritance
Direct Base Classes: Poco::LogicException
All Base Classes: Poco::Exception, Poco::LogicException, std::exception
Known Derived Classes: TransportException, ProtocolException, SecurityException, AuthenticationFailedException, InvalidCredentialsException, NoPermissionException, RemoteException, SerializerException, DeserializerException, UnknownTransportException, UnknownTypeException, UnknownObjectException, UnknownEventSubscriberException, ORBDisabledException, MissingParamException, WrongReplyException, UnexpectedMessageException, MethodNotFoundException, Poco::RemotingNG::REST::RESTServerException, Poco::RemotingNG::SOAP::SOAPFaultException
Member Summary
Member Functions: className, clone, name, operator =, rethrow
Inherited Functions: className, clone, code, displayText, extendedMessage, message, name, nested, operator =, rethrow, what
Constructors
RemotingException
RemotingException(
int code = 0
);
RemotingException
RemotingException(
const RemotingException & exc
);
RemotingException
RemotingException(
const std::string & msg,
int code = 0
);
RemotingException
RemotingException(
const std::string & msg,
const std::string & arg,
int code = 0
);
RemotingException
RemotingException(
const std::string & msg,
const Poco::Exception & exc,
int code = 0
);
Destructor
~RemotingException
~RemotingException() noexcept;
Member Functions
className
const char * className() const noexcept;
See also: Poco::LogicException::className()
clone
Poco::Exception * clone() const;
name
const char * name() const noexcept;
See also: Poco::LogicException::name()
operator =
RemotingException & operator = (
const RemotingException & exc
);
rethrow
void rethrow() const;
See also: Poco::LogicException::rethrow()