类 ResourceAccessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cn.taketoday.core.NestedRuntimeException
cn.taketoday.web.client.RestClientException
cn.taketoday.web.client.ResourceAccessException
- 所有已实现的接口:
Serializable
Exception thrown when an I/O error occurs.
- 从以下版本开始:
- 4.0
- 作者:
- Arjen Poutsma
- 另请参阅:
-
字段概要
字段 -
构造器概要
构造器构造器说明Construct a newResourceAccessExceptionwith the given message.ResourceAccessException(String msg, IOException ex) Construct a newResourceAccessExceptionwith the given message andIOException. -
方法概要
从类继承的方法 cn.taketoday.core.NestedRuntimeException
contains, getMostSpecificCause, getNestedMessage, getRootCause
-
字段详细资料
-
serialVersionUID
private static final long serialVersionUID- 另请参阅:
-
-
构造器详细资料
-
ResourceAccessException
Construct a newResourceAccessExceptionwith the given message.- 参数:
msg- the message
-
ResourceAccessException
Construct a newResourceAccessExceptionwith the given message andIOException.- 参数:
msg- the messageex- theIOException
-