JSR-62 (Final)

Uses of Class
java.lang.CloneNotSupportedException

Packages that use CloneNotSupportedException
java.awt.datatransfer Provides interfaces and classes for transferring data between and within applications. 
java.lang   
java.security   
 

Uses of CloneNotSupportedException in java.awt.datatransfer
 

Methods in java.awt.datatransfer that throw CloneNotSupportedException
 Object DataFlavor.clone()
           
 

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 MessageDigestSpi.clone()
          Returns a clone if the implementation is cloneable.
 Object MessageDigest.clone()
          Returns a clone if the implementation is cloneable.
 Object SignatureSpi.clone()
          Returns a clone if the implementation is cloneable.
 Object Signature.clone()
          Returns a clone if the implementation is cloneable.
 


JSR-62 (Final)

Java and Java 2D are trademarks or registered trademarks of Sun Microsystems, Inc. in the U.S. and other countries.
Copyright 1993 - 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, California 94303, U.S.A. All Rights Reserved.
Use of this specification is subject to this license.