org.springframework.web.client
Class ResourceAccessException
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
- All Implemented Interfaces:
- Serializable
public class ResourceAccessException
- extends RestClientException
Exception thrown when an I/O error occurs.
- Since:
- 3.0
- Author:
- Arjen Poutsma
- See Also:
- Serialized Form
ResourceAccessException
public ResourceAccessException(String msg)
- Construct a new
HttpIOException
with the given message.
- Parameters:
msg
- the message
ResourceAccessException
public ResourceAccessException(String msg,
IOException ex)
- Construct a new
HttpIOException
with the given message and IOException
.
- Parameters:
msg
- the messageex
- the IOException