Uses of Class
java.lang.CloneNotSupportedException
Packages that use 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
Methods in java.awt.datatransfer that throw CloneNotSupportedException -
Uses of CloneNotSupportedException in java.lang
Methods in java.lang that throw CloneNotSupportedException -
Uses of CloneNotSupportedException in java.lang.ref
Methods in java.lang.ref that throw CloneNotSupportedExceptionModifier and TypeMethodDescriptionprotected Object
Reference.clone()
ThrowsCloneNotSupportedException
. -
Uses of CloneNotSupportedException in java.rmi.server
Subclasses of CloneNotSupportedException in java.rmi.serverModifier and TypeClassDescriptionclass
AServerCloneException
is thrown if a remote exception occurs during the cloning of aUnicastRemoteObject
.Methods in java.rmi.server that throw CloneNotSupportedException -
Uses of CloneNotSupportedException in java.security
Methods in java.security that throw CloneNotSupportedExceptionModifier 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
Methods in java.util that throw CloneNotSupportedException -
Uses of CloneNotSupportedException in javax.crypto
Methods in javax.crypto that throw CloneNotSupportedException -
Uses of CloneNotSupportedException in javax.imageio.plugins.tiff
Methods in javax.imageio.plugins.tiff that throw CloneNotSupportedException -
Uses of CloneNotSupportedException in javax.swing
Methods in javax.swing that throw CloneNotSupportedException -
Uses of CloneNotSupportedException in javax.swing.text
Methods in javax.swing.text that throw CloneNotSupportedException -
Uses of CloneNotSupportedException in javax.swing.tree
Methods in javax.swing.tree that throw CloneNotSupportedException