public class SiteToSiteRestApiClient.HttpGetFailedException extends IOException
| Modifier and Type | Field and Description |
|---|---|
private String |
explanation |
private int |
responseCode |
private String |
responseMessage |
private static long |
serialVersionUID |
| Constructor and Description |
|---|
HttpGetFailedException(int responseCode,
String responseMessage,
String explanation) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
int |
getResponseCode() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprivate static final long serialVersionUID
private final int responseCode
private final String responseMessage
private final String explanation
public int getResponseCode()
public String getDescription()
Copyright © 2023 Apache NiFi Project. All rights reserved.