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.Throwable
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable
public java.lang.Throwable getCause()
getCause
in class java.lang.Throwable
public java.lang.String getRequestId()
getRequestId
in interface JAXRResponse
public int getStatus()
getStatus
in interface JAXRResponse
public boolean isAvailable() throws JAXRException
isAvailable
in interface JAXRResponse
JAXRException
Copyright © 2004-2013 Apache Web Services. All Rights Reserved.