public class ErrorResponseImpl extends Object implements ErrorResponse
| Modifier and Type | Field and Description |
|---|---|
private Object |
content |
private int |
statusCode |
| Constructor and Description |
|---|
ErrorResponseImpl(int statusCode,
Object content) |
private final int statusCode
private final Object content
public ErrorResponseImpl(int statusCode,
Object content)
public int statusCode()
statusCode in interface ErrorResponsepublic Object content()
content in interface ErrorResponseCopyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.