public abstract class WebClientException extends NestedRuntimeException
WebClient によって公開される例外の抽象基本クラス。| コンストラクターと説明 |
|---|
WebClientException(StringSE msg) 指定されたメッセージを使用して、 WebClientException の新しいインスタンスを作成します。 |
WebClientException(StringSE msg, ThrowableSE ex) 指定されたメッセージと例外を使用して、 WebClientException の新しいインスタンスを構築します。 |
contains, getMessage, getMostSpecificCause, getRootCauseaddSuppressedSE, fillInStackTraceSE, getCauseSE, getLocalizedMessageSE, getStackTraceSE, getSuppressedSE, initCauseSE, printStackTraceSE, printStackTraceSE, printStackTraceSE, setStackTraceSE, toStringSEcloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, waitSE, waitSE, waitSEpublic WebClientException(StringSE msg)
WebClientException の新しいインスタンスを作成します。msg - メッセージ public WebClientException(StringSE msg, ThrowableSE ex)
WebClientException の新しいインスタンスを構築します。msg - メッセージ ex - 例外