java.io.Serializablepublic class CloneFailedException
extends java.lang.RuntimeException
CloneNotSupportedException this is a RuntimeException.| Constructor | 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.
|
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 exceptionCopyright © 2001-2017 - Apache Software Foundation