JavaTM 2 Platform
Std. Ed. v1.3.1

Uses of Class
java.lang.CloneNotSupportedException

Packages that use CloneNotSupportedException
java.awt.datatransfer   
java.lang   
java.rmi.server   
java.security   
javax.swing   
javax.swing.tree   
 

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.rmi.server
 

Subclasses of CloneNotSupportedException in java.rmi.server
 class ServerCloneException
          A ServerCloneException is thrown if a remote exception occurs during the cloning of a UnicastRemoteObject.
 

Methods in java.rmi.server that throw CloneNotSupportedException
 Object UnicastRemoteObject.clone()
          Returns a clone of the remote object that is distinct from the original.
 

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

Uses of CloneNotSupportedException in javax.swing
 

Methods in javax.swing that throw CloneNotSupportedException
 Object DefaultListSelectionModel.clone()
          Returns a clone of this selection model with the same selection.
protected  Object AbstractAction.clone()
          Clones the abstract action.
 

Uses of CloneNotSupportedException in javax.swing.tree
 

Methods in javax.swing.tree that throw CloneNotSupportedException
 Object DefaultTreeSelectionModel.clone()
          Returns a clone of this object with the same selection.
 


JavaTM 2 Platform
Std. Ed. v1.3.1

Submit a bug or feature
For further API reference and developer documentation, see Java 2 SDK SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2001 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.