public class JAXRException extends Exception implements JAXRResponse
| Modifier and Type | Field and Description |
|---|---|
protected Throwable |
cause |
STATUS_FAILURE, STATUS_SUCCESS, STATUS_UNAVAILABLE, STATUS_WARNING| Constructor and Description |
|---|
JAXRException() |
JAXRException(String message) |
JAXRException(String message,
Throwable cause) |
JAXRException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getCause() |
String |
getMessage() |
String |
getRequestId() |
int |
getStatus() |
Throwable |
initCause(Throwable cause) |
boolean |
isAvailable() |
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected Throwable cause
public JAXRException()
public JAXRException(String message)
public JAXRException(Throwable cause)
public String getMessage()
getMessage in class Throwablepublic String getRequestId()
getRequestId in interface JAXRResponsepublic int getStatus()
getStatus in interface JAXRResponsepublic boolean isAvailable()
throws JAXRException
isAvailable in interface JAXRResponseJAXRExceptionCopyright © 2013. All Rights Reserved.