Ice 3.6 Slice API Reference
|
This exception is raised if the type of an unmarshaled Slice class instance does not match its expected type. More...
Defined in <Ice/LocalException.ice>
["cpp:ice_print"]
local exception UnexpectedObjectException extends Ice::MarshalException { ... }
Data Members | |
string | expectedType |
The Slice type ID that was expected by the receiving operation. More... | |
string | type |
The Slice type ID of the class instance that was unmarshaled. More... | |
![]() | |
string | reason |
The reason for the failure. More... | |
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.
string expectedType |
The Slice type ID that was expected by the receiving operation.
string type |
The Slice type ID of the class instance that was unmarshaled.