public final class CloneException extends RuntimeException
Clone,
Serialized Form| Constructor and Description |
|---|
CloneException()
Constructs a new
CloneException with null as its detail message. |
CloneException(String message)
Constructs a new
CloneException with the specified detail message. |
CloneException(String message,
Throwable cause)
Constructs a new
CloneException with the specified detail message and cause. |
CloneException(Throwable cause)
Constructs a new
CloneException with the specified cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CloneException()
CloneException with null as its detail message.public CloneException(@NotNull String message)
CloneException with the specified detail message.message - exception messagepublic CloneException(@NotNull String message, @NotNull Throwable cause)
CloneException with the specified detail message and cause.message - exception messagecause - exception causepublic CloneException(@NotNull Throwable cause)
CloneException with the specified cause.cause - exception causeCopyright © 2020. All rights reserved.