public class JsonResponseError
extends javax.ws.rs.WebApplicationException
| Modifier and Type | Field and Description |
|---|---|
protected Object |
content |
static String |
EMPTY_JSON_OBJECT |
| Constructor and Description |
|---|
JsonResponseError(io.netty.handler.codec.http.HttpResponseStatus status,
Object content) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getContent() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final String EMPTY_JSON_OBJECT
protected Object content
public JsonResponseError(io.netty.handler.codec.http.HttpResponseStatus status,
Object content)
public Object getContent()
Copyright © 2012-2014. All Rights Reserved.