public class ResourceAccessException extends RestClientException
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| 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, getRootCauseprivate static final long serialVersionUID
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