Serializable, Nestablepublic class CloneFailedException extends NestableRuntimeException
CloneNotSupportedException this is a RuntimeException.delegate| Constructor | Description |
|---|---|
CloneFailedException(String message) |
Constructs a CloneFailedException.
|
CloneFailedException(String message,
Throwable cause) |
Constructs a CloneFailedException.
|
CloneFailedException(Throwable cause) |
Constructs a CloneFailedException.
|
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTraceclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toStringpublic CloneFailedException(String message)
message - description of the exceptionpublic CloneFailedException(Throwable cause)
cause - cause of the exceptionCopyright © 2001-2018 - Apache Software Foundation