// ********************************************************************** // // Copyright (c) 2003-2010 ZeroC, Inc. All rights reserved. // // This copy of Ice is licensed to you under the terms described in the // ICE_LICENSE file included in this distribution. // // ********************************************************************** // Ice version 3.4.1 package Ice; // <auto-generated> // // Generated from file `LocalException.ice' // // Warning: do not edit this file. // // </auto-generated> /** * An attempt was made to clone a class that does not support * cloning. * * This exception is raised if <tt>ice_clone</tt> 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 <tt>ice_clone</tt> operation (C++ only). * **/ public class CloneNotImplementedException extends Ice.LocalException { public String ice_name() { return "Ice::CloneNotImplementedException"; } }