public class WebClientRequestException extends WebClientException
| コンストラクターと説明 |
|---|
WebClientRequestException(ThrowableSE ex, HttpMethod method, URISE uri, HttpHeaders headers) スロー可能のコンストラクター。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
HttpHeaders | getHeaders()HTTP リクエストヘッダーを返します。 |
HttpMethod | getMethod()HTTP リクエストメソッドを返します。 |
URISE | getUri() リクエスト URI を返します。 |
contains, getMessage, getMostSpecificCause, getRootCauseaddSuppressedSE, fillInStackTraceSE, getCauseSE, getLocalizedMessageSE, getStackTraceSE, getSuppressedSE, initCauseSE, printStackTraceSE, printStackTraceSE, printStackTraceSE, setStackTraceSE, toStringSEcloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, waitSE, waitSE, waitSEpublic WebClientRequestException(ThrowableSE ex, HttpMethod method, URISE uri, HttpHeaders headers)
public HttpMethod getMethod()
public URISE getUri()
public HttpHeaders getHeaders()