public class ResponseException extends IOException
HMException
.Constructor and Description |
---|
ResponseException(String message)
Creates a new
ResponseException with the given message. |
ResponseException(String message,
Throwable cause)
Creates a new
ResponseException with the given message and cause. |
ResponseException(Throwable cause)
Creates a new
ResponseException with the given cause. |
Modifier and Type | Method and Description |
---|---|
Throwable |
getRootCause()
Deprecated.
This always return this, Check the exception's type instead.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ResponseException(String message)
ResponseException
with the given message.public ResponseException(Throwable cause)
ResponseException
with the given cause.public ResponseException(String message, Throwable cause)
ResponseException
with the given message and cause.@Deprecated public Throwable getRootCause()
ResponseException
, unless the ResponseException is the root cause.