public class UnknownHttpStatusCodeException extends WebClientResponseException
WebClientResponseException.BadGateway, WebClientResponseException.BadRequest, WebClientResponseException.Conflict, WebClientResponseException.Forbidden, WebClientResponseException.GatewayTimeout, WebClientResponseException.Gone, WebClientResponseException.InternalServerError, WebClientResponseException.MethodNotAllowed, WebClientResponseException.NotAcceptable, WebClientResponseException.NotFound, WebClientResponseException.NotImplemented, WebClientResponseException.ServiceUnavailable, WebClientResponseException.TooManyRequests, WebClientResponseException.Unauthorized, WebClientResponseException.UnprocessableEntity, WebClientResponseException.UnsupportedMediaType| コンストラクターと説明 |
|---|
UnknownHttpStatusCodeException(int statusCode, HttpHeaders headers, byte[] responseBody, CharsetSE responseCharset) 指定されたパラメーターで UnknownHttpStatusCodeException の新しいインスタンスを作成します。 |
UnknownHttpStatusCodeException(int statusCode, HttpHeaders headers, byte[] responseBody, CharsetSE responseCharset, HttpRequest request) 指定されたパラメーターで UnknownHttpStatusCodeException の新しいインスタンスを作成します。 |
create, create, getHeaders, getRawStatusCode, getRequest, getResponseBodyAsByteArray, getResponseBodyAsString, getResponseBodyAsString, getStatusCode, getStatusTextcontains, getMessage, getMostSpecificCause, getRootCauseaddSuppressedSE, fillInStackTraceSE, getCauseSE, getLocalizedMessageSE, getStackTraceSE, getSuppressedSE, initCauseSE, printStackTraceSE, printStackTraceSE, printStackTraceSE, setStackTraceSE, toStringSEcloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, waitSE, waitSE, waitSEpublic UnknownHttpStatusCodeException(int statusCode,
HttpHeaders headers,
byte[] responseBody,
CharsetSE responseCharset)UnknownHttpStatusCodeException の新しいインスタンスを作成します。public UnknownHttpStatusCodeException(int statusCode,
HttpHeaders headers,
byte[] responseBody,
@Nullable
CharsetSE responseCharset,
@Nullable
HttpRequest request)UnknownHttpStatusCodeException の新しいインスタンスを作成します。