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, toString
protected Throwable cause
public JAXRException()
public JAXRException(String message)
public JAXRException(Throwable cause)
public String getMessage()
getMessage
in class Throwable
public String getRequestId()
getRequestId
in interface JAXRResponse
public int getStatus()
getStatus
in interface JAXRResponse
public boolean isAvailable() throws JAXRException
isAvailable
in interface JAXRResponse
JAXRException
Copyright © 2013. All Rights Reserved.