Versions Compared

Key

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


Ice::CloneNotImplementedException

Overview

local exception CloneNotImplementedException

An attempt was made to clone a class that does not support cloning. This exception is raised if ice_clone is called on a class that is derived from an abstract Slice class (that is, a class containing operations), and the derived class does not provide an implementation of the ice_clone operation (C++ only).


Znav
nextIce-CloseConnectionException
prevIce-BadMagicException
Section