public class ResourceNotFoundException extends HttpException
| Constructor and Description | 
|---|
ResourceNotFoundException()
Constructs a new  
ResourceNotFoundException. | 
ResourceNotFoundException(String message)
Constructs a new  
ResourceNotFoundException with the supplied message. | 
ResourceNotFoundException(String message,
                         Throwable cause)
Constructs a new  
ResourceNotFoundException with the supplied message and Throwable. | 
ResourceNotFoundException(Throwable cause)
Constructs a new  
ResourceNotFoundException with the supplied Throwable. | 
getHttpStatusgetCausingHawaiiExceptionaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ResourceNotFoundException()
ResourceNotFoundException.public ResourceNotFoundException(String message)
ResourceNotFoundException with the supplied message.public ResourceNotFoundException(String message, Throwable cause)
ResourceNotFoundException with the supplied message and Throwable.