public final class RequestException
extends java.lang.RuntimeException
Client request.| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMessage()
Returns the HTTP content from the failed request.
|
java.lang.String |
getRequestId()
Returns the HTTP response ID from the failed request.
|
int |
getStatusCode()
Returns the HTTP status code from the failed request.
|
public int getStatusCode()
public java.lang.String getMessage()
getMessage in class java.lang.Throwablepublic java.lang.String getRequestId()
The response ID is used to help with debugging the query in the Orchestrate.io service.