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