public class CloneNotSupportedException extends Exception
Cloneable interface.Cloneable,
Serialized Form| Constructor and Description |
|---|
CloneNotSupportedException()
Constructs a new
CloneNotSupportedException that includes the
current stack trace. |
CloneNotSupportedException(String detailMessage)
Constructs a new
CloneNotSupportedException with the current
stack trace and the specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CloneNotSupportedException()
CloneNotSupportedException that includes the
current stack trace.public CloneNotSupportedException(String detailMessage)
CloneNotSupportedException with the current
stack trace and the specified detail message.detailMessage - the detail message for this exception.