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. |
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.