public final class WuiNotFoundException extends WuiException
404
is associated to this exception. This exception is intended to be thrown when a request is
properly formatted but refers to a not existing resource or a not existing representation.Constructor and Description |
---|
WuiNotFoundException(String message) |
WuiNotFoundException(String message,
Throwable cause) |
WuiNotFoundException(Throwable cause)
Gets the message from the cause.
|
Modifier and Type | Method and Description |
---|---|
Response.Status |
getStatus()
Associated status.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public WuiNotFoundException(String message)
public WuiNotFoundException(Throwable cause)
public Response.Status getStatus()
WuiException
getStatus
in class WuiException