public class

ResourceAccessException

extends RestClientException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ org.springframework.core.NestedRuntimeException
           ↳ org.springframework.web.client.RestClientException
             ↳ org.springframework.web.client.ResourceAccessException

Class Overview

Exception thrown when an I/O error occurs.

Summary

Public Constructors
ResourceAccessException(String msg)
Construct a new HttpIOException with the given message.
ResourceAccessException(String msg, IOException ex)
Construct a new HttpIOException with the given message and IOException.
[Expand]
Inherited Methods
From class org.springframework.core.NestedRuntimeException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public ResourceAccessException (String msg)

Construct a new HttpIOException with the given message.

Parameters
msg the message

public ResourceAccessException (String msg, IOException ex)

Construct a new HttpIOException with the given message and IOException.

Parameters
msg the message
ex the IOException