public class ResponseStatusException extends IOException
| Constructor and Description |
|---|
ResponseStatusException(int httpStatus,
String body) |
ResponseStatusException(int httpStatus,
String body,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
String |
getResponseBody() |
int |
getResponseStatus() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ResponseStatusException(int httpStatus,
String body)
public String getMessage()
getMessage in class Throwablepublic String getResponseBody()
public int getResponseStatus()
Copyright © 2017–2021. All rights reserved.