Package com.zeroc.Ice

Class CloneNotImplementedException

All Implemented Interfaces:
Serializable, Cloneable

public class CloneNotImplementedException extends LocalException
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).
See Also:
  • Constructor Details

    • CloneNotImplementedException

      public CloneNotImplementedException()
    • CloneNotImplementedException

      public CloneNotImplementedException(Throwable cause)
  • Method Details

    • ice_id

      public String ice_id()
      Description copied from class: Exception
      Returns the type id of this exception.
      Specified by:
      ice_id in class Exception
      Returns:
      The type id of this exception.