public class CloneFailedException extends RuntimeException
CloneNotSupportedException
this is a RuntimeException
.Constructor and Description |
---|
CloneFailedException(String message)
Constructs a CloneFailedException.
|
CloneFailedException(String message,
Throwable cause)
Constructs a CloneFailedException.
|
CloneFailedException(Throwable cause)
Constructs a CloneFailedException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CloneFailedException(String message)
message
- description of the exceptionpublic CloneFailedException(Throwable cause)
cause
- cause of the exceptionpublic CloneFailedException(String message, Throwable cause)
message
- description of the exceptioncause
- cause of the exceptionCopyright © 2001–2014 The Apache Software Foundation. All rights reserved.