public class CloneFailedException
extends java.lang.RuntimeException
CloneNotSupportedException
this is a RuntimeException
.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.
|
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 © 2010 - 2020 Adobe. All Rights Reserved