Uses of Class
java.lang.CloneNotSupportedException
Package
Description
Provides interfaces and classes for transferring data between and within
applications.
Provides classes that are fundamental to the design of the Java
programming language.
Provides reference-object classes, which support a limited degree
of interaction with the garbage collector.
Provides classes and interfaces for supporting the server side of RMI.
Provides the classes and interfaces for the security framework.
Contains the collections framework, some internationalization support classes,
a service loader, properties, random number generation, string parsing
and scanning classes, base64 encoding and decoding, a bit array, and
several miscellaneous utility classes.
Provides the classes and interfaces for cryptographic
operations.
Public classes used by the built-in TIFF plug-ins.
Provides a set of "lightweight" (all-Java language) components
that, to the maximum degree possible, work the same on all platforms.
Provides classes and interfaces that deal with editable and noneditable text
components.
Provides classes and interfaces for dealing with
javax.swing.JTree
.-
Uses of CloneNotSupportedException in java.awt.datatransfer
-
Uses of CloneNotSupportedException in java.lang
-
Uses of CloneNotSupportedException in java.lang.ref
Modifier and TypeMethodDescriptionprotected Object
Reference.clone()
ThrowsCloneNotSupportedException
. -
Uses of CloneNotSupportedException in java.rmi.server
Modifier and TypeClassDescriptionclass
AServerCloneException
is thrown if a remote exception occurs during the cloning of aUnicastRemoteObject
. -
Uses of CloneNotSupportedException in java.security
Modifier and TypeMethodDescriptionMessageDigest.clone()
Returns a clone if the implementation is cloneable.MessageDigestSpi.clone()
Returns a clone if the implementation is cloneable.Signature.clone()
Returns a clone if the implementation is cloneable.SignatureSpi.clone()
Returns a clone if the implementation is cloneable. -
Uses of CloneNotSupportedException in java.util
-
Uses of CloneNotSupportedException in javax.crypto
-
Uses of CloneNotSupportedException in javax.imageio.plugins.tiff
-
Uses of CloneNotSupportedException in javax.swing
-
Uses of CloneNotSupportedException in javax.swing.text
-
Uses of CloneNotSupportedException in javax.swing.tree