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