public class CloneException
extends java.lang.Exception
It's not like CloneNotSupportedException that indicate that
method clone is not supported. This excepction is thrown
when there are problems executing the clone process, although
the clone method itself is supported.
Constructor and Description |
---|
CloneException() |
CloneException(java.lang.String s) |