public class ResponseFailException extends RuntimeException
| Constructor and Description |
|---|
ResponseFailException(int httpStatusCode,
String resultAsString,
Exception innerException)
Initializes a new instance.
|
ResponseFailException(String url,
int httpStatusCode,
String resultAsString,
Exception innerException)
Initializes a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ResponseFailException(int httpStatusCode,
String resultAsString,
Exception innerException)
httpStatusCode - The url.resultAsString - The result to string.innerException - The inner exception.public String getMessage()
getMessage in class ThrowableCopyright © 2023. All rights reserved.