public class ApiException extends RuntimeException
| Modifier and Type | Field and Description |
|---|---|
protected String |
message |
protected com.sun.jersey.api.client.ClientResponse.Status |
status |
| Constructor and Description |
|---|
ApiException(com.sun.jersey.api.client.ClientResponse.Status status,
String message) |
| Modifier and Type | Method and Description |
|---|---|
com.sun.jersey.api.client.ClientResponse.Status |
getStatus() |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTraceCopyright © 2016. All rights reserved.