public class CloneNotSupportedException extends Exception
Constructor and Description |
---|
CloneNotSupportedException()
Constructs a
CloneNotSupportedException with no detail message. |
CloneNotSupportedException(String s)
Constructs a
CloneNotSupportedException with the specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, toString
public CloneNotSupportedException()
CloneNotSupportedException
with no detail message.public CloneNotSupportedException(String s)
CloneNotSupportedException
with the specified detail message.s
- the detail message.