public class CloneFailedException extends NestableRuntimeException
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.
|
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace
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