Serializable
, Nestable
public 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, printStackTrace
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
public CloneFailedException(String message)
message
- description of the exceptionpublic CloneFailedException(Throwable cause)
cause
- cause of the exceptionCopyright © 2001-2018 - Apache Software Foundation