public class JAXRException extends java.lang.Exception implements JAXRResponse
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Throwable |
cause |
STATUS_FAILURE, STATUS_SUCCESS, STATUS_UNAVAILABLE, STATUS_WARNING| Constructor and Description |
|---|
JAXRException() |
JAXRException(java.lang.String message) |
JAXRException(java.lang.String message,
java.lang.Throwable cause) |
JAXRException(java.lang.Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
getCause() |
java.lang.String |
getMessage() |
java.lang.String |
getRequestId() |
int |
getStatus() |
java.lang.Throwable |
initCause(java.lang.Throwable cause) |
boolean |
isAvailable() |
public JAXRException()
public JAXRException(java.lang.String message)
public JAXRException(java.lang.Throwable cause)
public JAXRException(java.lang.String message,
java.lang.Throwable cause)
public java.lang.Throwable initCause(java.lang.Throwable cause)
initCause in class java.lang.Throwablepublic java.lang.String getMessage()
getMessage in class java.lang.Throwablepublic java.lang.Throwable getCause()
getCause in class java.lang.Throwablepublic java.lang.String getRequestId()
getRequestId in interface JAXRResponsepublic int getStatus()
getStatus in interface JAXRResponsepublic boolean isAvailable()
throws JAXRException
isAvailable in interface JAXRResponseJAXRException