Versions Compared

Key

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


Ice::UnexpectedObjectException

Overview

local exception UnexpectedObjectException extends Ice::MarshalException

This exception is raised if the type of an unmarshaled Slice class instance does not match its expected type. This can happen if client and server are compiled with mismatched Slice definitions or if a class of the wrong type is passed as a parameter or return value using dynamic invocation. This exception can also be raised if IceStorm is used to send Slice class instances and an operation is subscribed to the wrong topic.

Data Member Index

type — The Slice type ID of the class instance that was unmarshaled.
expectedType — The Slice type ID that was expected by the receiving operation.

Ztop

Data Members

string
Anchor
type
type
type;

The Slice type ID of the class instance that was unmarshaled.

string
Anchor
expectedType
expectedType
expectedType;

The Slice type ID that was expected by the receiving operation.

Ztop

Znav
nextIce-UnknownException
prevIce-UDPEndpointInfo
Section