Serializablepublic class CloneFailedException extends RuntimeException
CloneNotSupportedException this is a RuntimeException.| Constructor | Description |
|---|---|
CloneFailedException(String message) |
Constructs a CloneFailedException.
|
CloneFailedException(String message,
Throwable cause) |
Constructs a CloneFailedException.
|
CloneFailedException(Throwable cause) |
Constructs a CloneFailedException.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CloneFailedException(String message)
message - description of the exceptionpublic CloneFailedException(Throwable cause)
cause - cause of the exceptionCopyright © 2001–2018. All rights reserved.