public class APIApplicationException extends RuntimeException
| Constructor and Description |
|---|
APIApplicationException(com.sun.jersey.api.client.ClientResponse.Status status,
String error,
String description,
Map<String,Object> parameters) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getError() |
Map<String,Object> |
getParameters() |
com.sun.jersey.api.client.ClientResponse.Status |
getStatus() |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTraceCopyright © 2014. All Rights Reserved.