Class CloneNotSupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.CloneNotSupportedException
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a newCloneNotSupportedExceptionthat includes the current stack trace.CloneNotSupportedException(String detailMessage) Constructs a newCloneNotSupportedExceptionwith the current stack trace and the specified detail message. -
Method Summary
Methods inherited from class Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CloneNotSupportedException
public CloneNotSupportedException()Constructs a newCloneNotSupportedExceptionthat includes the current stack trace. -
CloneNotSupportedException
Constructs a newCloneNotSupportedExceptionwith the current stack trace and the specified detail message.- Parameters:
detailMessage- the detail message for this exception.
-