spring-framework / org.springframework.web.client / ResourceAccessException / <init>

<init>

ResourceAccessException(msg: String)

Construct a new ResourceAccessException with the given message.

Parameters

msg - the message

ResourceAccessException(msg: String, ex: IOException)

Construct a new ResourceAccessException with the given message and IOException.

Parameters

msg - the message

ex - the IOException