public final class NotFoundException extends RuntimeException
| Constructor and Description |
|---|
NotFoundException(ResourcePath path)
Constructs the exception with a resource path.
|
NotFoundException(String message)
Constructs the exception with a message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NotFoundException(String message)
message - Message indicating the problem.public NotFoundException(ResourcePath path)
path - Path indicating which resource was not found.