类 WebClientException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cn.taketoday.core.NestedRuntimeException
cn.taketoday.web.reactive.function.client.WebClientException
所有已实现的接口:
Serializable
直接已知子类:
WebClientRequestException, WebClientResponseException

public abstract class WebClientException extends cn.taketoday.core.NestedRuntimeException
Abstract base class for exception published by WebClient in case of errors.
从以下版本开始:
4.0
作者:
Arjen Poutsma
另请参阅:
  • 字段详细资料

    • serialVersionUID

      private static final long serialVersionUID
      另请参阅:
  • 构造器详细资料

    • WebClientException

      public WebClientException(String msg)
      Construct a new instance of WebClientException with the given message.
      参数:
      msg - the message
    • WebClientException

      public WebClientException(String msg, Throwable ex)
      Construct a new instance of WebClientException with the given message and exception.
      参数:
      msg - the message
      ex - the exception