public class ResourceNotFoundException extends HttpException
| Constructor and Description |
|---|
ResourceNotFoundException()
Constructs a new
ResourceNotFoundException. |
ResourceNotFoundException(java.lang.String message)
Constructs a new
ResourceNotFoundException with the supplied message. |
ResourceNotFoundException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new
ResourceNotFoundException with the supplied message and Throwable. |
ResourceNotFoundException(java.lang.Throwable cause)
Constructs a new
ResourceNotFoundException with the supplied Throwable. |
getHttpStatuspublic ResourceNotFoundException()
ResourceNotFoundException.public ResourceNotFoundException(java.lang.String message)
ResourceNotFoundException with the supplied message.public ResourceNotFoundException(java.lang.String message,
java.lang.Throwable cause)
ResourceNotFoundException with the supplied message and Throwable.public ResourceNotFoundException(java.lang.Throwable cause)
ResourceNotFoundException with the supplied Throwable.