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