@InterfaceAudience.LimitedPrivate(value="authorization-subsystems") @InterfaceStability.Unstable public static class AzureADAuthenticator.HttpException extends IOException
| Modifier | Constructor and Description |
|---|---|
protected |
HttpException(int httpErrorCode,
String requestId,
String message,
String url,
String contentType,
String body) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBody() |
String |
getContentType() |
int |
getHttpErrorCode()
Gets Http error status code.
|
String |
getMessage() |
String |
getRequestId()
Gets http request id .
|
String |
getUrl() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic int getHttpErrorCode()
public String getRequestId()
public String getUrl()
public String getContentType()
public String getBody()
public String getMessage()
getMessage in class ThrowableCopyright © 2008–2022 Apache Software Foundation. All rights reserved.