public class ResourceNotFoundException extends WebException
ResourceNotFoundException class.
| Constructor and Description |
|---|
ResourceNotFoundException()
Constructor for ResourceNotFoundException.
|
ResourceNotFoundException(String message)
Constructor for ResourceNotFoundException.
|
ResourceNotFoundException(String message,
Throwable cause)
Constructor for ResourceNotFoundException.
|
ResourceNotFoundException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
Constructor for ResourceNotFoundException.
|
ResourceNotFoundException(Throwable cause)
Constructor for ResourceNotFoundException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ResourceNotFoundException()
Constructor for ResourceNotFoundException.
public ResourceNotFoundException(String message)
Constructor for ResourceNotFoundException.
message - a String objectpublic ResourceNotFoundException(String message, Throwable cause)
Constructor for ResourceNotFoundException.
public ResourceNotFoundException(Throwable cause)
Constructor for ResourceNotFoundException.
cause - a Throwable objectCopyright © 2016–2024. All rights reserved.