public class ResourceAccessException extends RestClientException
Constructor and Description |
---|
ResourceAccessException(String msg)
Construct a new
ResourceAccessException with the given message. |
ResourceAccessException(String msg,
IOException ex)
Construct a new
ResourceAccessException with the given message and IOException . |
contains, getMessage, getMostSpecificCause, getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ResourceAccessException(String msg)
ResourceAccessException
with the given message.msg
- the messagepublic ResourceAccessException(String msg, IOException ex)
ResourceAccessException
with the given message and IOException
.msg
- the messageex
- the IOException