public class AssetError extends javax.ws.rs.WebApplicationException implements TracelessException
ServerPagesFilter.
In most cases it would mean 404 error (resource not found).
Custom exception type used only to simplify asset error detection (differentiate from rest errors).
ServerPagesFilter,
Serialized Form| Constructor and Description |
|---|
AssetError(javax.servlet.http.HttpServletRequest request,
int status) |
| Modifier and Type | Method and Description |
|---|---|
int |
getStatus() |
public AssetError(javax.servlet.http.HttpServletRequest request,
int status)
public int getStatus()
getStatus in interface TracelessException