public class XeroApiException extends RuntimeException
| Constructor and Description |
|---|
XeroApiException(int responseCode) |
XeroApiException(int responseCode,
Map<String,String> map) |
XeroApiException(int responseCode,
String message) |
XeroApiException(int responseCode,
String message,
com.xero.model.ApiException apiException) |
XeroApiException(int responseCode,
String message,
Error error) |
| Modifier and Type | Method and Description |
|---|---|
com.xero.model.ApiException |
getApiException() |
Error |
getError() |
String |
getMessage() |
Map<String,String> |
getMessages() |
int |
getResponseCode() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2019. All rights reserved.