Package 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
Exception thrown when an I/O error occurs.
- Since:
- 3.0
- Author:
- Arjen Poutsma
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionConstruct a newResourceAccessExceptionwith the given message.Construct a newResourceAccessExceptionwith the given message andIOException.
- 
Method SummaryMethods inherited from class org.springframework.core.NestedRuntimeExceptioncontains, getMostSpecificCause, getRootCauseMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
ResourceAccessExceptionConstruct a newResourceAccessExceptionwith the given message.- Parameters:
- msg- the message
 
- 
ResourceAccessExceptionConstruct a newResourceAccessExceptionwith the given message andIOException.- Parameters:
- msg- the message
- ex- the- IOException
 
 
-