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 msg) |
JAXRException(String msg,
Throwable cause) |
JAXRException(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
String |
getRequestId() |
int |
getStatus() |
Throwable |
initCause(Throwable cause)
Initializes the cause of this throwable to the specified value.
|
boolean |
isAvailable() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
protected Throwable cause
public JAXRException()
public JAXRException(String msg)
public JAXRException(Throwable cause)
public String getRequestId()
getRequestId
in interface JAXRResponse
public int getStatus()
getStatus
in interface JAXRResponse
public boolean isAvailable() throws JAXRException
isAvailable
in interface JAXRResponse
JAXRException
public Throwable initCause(Throwable cause)
Copyright © 2018 JBoss by Red Hat. All rights reserved.