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, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
public 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.