public final class HttpClientException extends Exception
Exception used by a HttpClient to indicate that it failed to retrieve a ClientResponse
from the target of a ClientRequest.| Modifier and Type | Class and Description |
|---|---|
static class |
HttpClientException.Type
An enum for the type of failure represented by this exception
|
| Constructor and Description |
|---|
HttpClientException(HttpClientException.Type type,
String message,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
HttpClientException.Type |
getType() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic HttpClientException(HttpClientException.Type type, String message, Throwable cause)
public HttpClientException.Type getType()
HttpClientException.Type describing the failure represented by this exceptionCopyright 2023 Ping Identity Corp. All rights reserved.