public class ResourceNotFoundException extends Exception
ResourceReader is unable to find a Resource.| Constructor and Description |
|---|
ResourceNotFoundException()
Instantiates a new ResourceNotFoundException.
|
ResourceNotFoundException(String message)
Instantiates a new resource not found exception with the provided message.
|
ResourceNotFoundException(String message,
Throwable throwable)
Instantiates a new resource not found exception with the provided message and a throwable.
|
ResourceNotFoundException(Throwable throwable)
Instantiates a new resource not found exception with the provided throwable.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ResourceNotFoundException()
public ResourceNotFoundException(String message)
message - the messagepublic ResourceNotFoundException(String message, Throwable throwable)
message - the messagethrowable - the throwablepublic ResourceNotFoundException(Throwable throwable)
throwable - the throwableThis work is licensed under a Creative Commons Attribution 4.0 International License.