Foundation 1.1.2

Uses of Class
java.lang.CloneNotSupportedException

Packages that use CloneNotSupportedException
java.lang Provides classes that are fundamental to the design of the Java programming language. 
java.security Provides the classes and interfaces for the security framework. 
java.util Contains the collections framework, legacy collection classes, event model, date and time facilities, internationalization, and miscellaneous utility classes (a string tokenizer, a random-number generator, and a bit array). 
 

Uses of CloneNotSupportedException in java.lang
 

Methods in java.lang that throw CloneNotSupportedException
protected  Object Object.clone()
          Creates and returns a copy of this object.
 

Uses of CloneNotSupportedException in java.security
 

Methods in java.security that throw CloneNotSupportedException
 Object SignatureSpi.clone()
          Returns a clone if the implementation is cloneable.
 Object Signature.clone()
          Returns a clone if the implementation is cloneable.
 Object MessageDigestSpi.clone()
          Returns a clone if the implementation is cloneable.
 Object MessageDigest.clone()
          Returns a clone if the implementation is cloneable.
 

Uses of CloneNotSupportedException in java.util
 

Methods in java.util that throw CloneNotSupportedException
protected  Object AbstractMap.clone()
          Returns a shallow copy of this AbstractMap instance: the keys and values themselves are not cloned.
 


Foundation 1.1.2

Copyright 2006 Sun Microsystems, Inc. All Rights Reserved. Use of this specification is subject to license terms.