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