public class CloneFailedException extends NestableRuntimeException
CloneNotSupportedException this is a RuntimeException.| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
delegate| Constructor and Description |
|---|
CloneFailedException(java.lang.String message)
Constructs a CloneFailedException.
|
CloneFailedException(java.lang.String message,
java.lang.Throwable cause)
Constructs a CloneFailedException.
|
CloneFailedException(java.lang.Throwable cause)
Constructs a CloneFailedException.
|
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTraceprivate static final long serialVersionUID
public CloneFailedException(java.lang.String message)
message - description of the exceptionpublic CloneFailedException(java.lang.Throwable cause)
cause - cause of the exceptionpublic CloneFailedException(java.lang.String message,
java.lang.Throwable cause)
message - description of the exceptioncause - cause of the exception