public class ResourceAccessException extends RestClientException
Constructor and Description |
---|
ResourceAccessException(java.lang.String msg)
Construct a new
HttpIOException with the given message. |
ResourceAccessException(java.lang.String msg,
java.io.IOException ex)
Construct a new
HttpIOException with the given message and IOException . |
contains, getMessage, getMostSpecificCause, getRootCause
public ResourceAccessException(java.lang.String msg)
HttpIOException
with the given message.msg
- the messagepublic ResourceAccessException(java.lang.String msg, java.io.IOException ex)
HttpIOException
with the given message and IOException
.msg
- the messageex
- the IOException