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 exceptionCopyright © 2007-2020 Whitestein Technologies. All Rights Reserved.