Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3
Znav
nextIce-ResponseSentException
prevIce-ProxyUnmarshalException
Section


Ice::RequestFailedException

Overview

local exception RequestFailedException

This exception is raised if a request failed. This exception, and all exceptions derived from Ice::RequestFailedException, are transmitted by the Ice protocol, even though they are declared local.

Derived Exceptions

Data Member Index

id — The identity of the Ice Object to which the request was sent.
facet — The facet to which the request was sent.
operation — The operation name of the request.

Ztop

Data Members

Ice::Identity
Anchor
id
id
id;

The identity of the Ice Object to which the request was sent.

string
Anchor
facet
facet
facet;

The facet to which the request was sent.

string
Anchor
operation
operation
operation;

The operation name of the request.

Ztop

Znav
nextIce-ResponseSentException
prevIce-ProxyUnmarshalException
Section