Documentation for Ice 3.4. The latest release is Ice 3.7. Refer to the space directory for other releases.

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »


Ice::UnknownLocalException

Overview

local exception UnknownLocalException extends Ice::UnknownException

This exception is raised if an operation call on a server raises a local exception. Because local exceptions are not transmitted by the Ice protocol, the client receives all local exceptions raised by the server as Ice::UnknownLocalException. The only exception to this rule are all exceptions derived from Ice::RequestFailedException, which are transmitted by the Ice protocol even though they are declared local.


  • No labels