public class QBResponseException
extends java.io.IOException
| Constructor and Description |
|---|
QBResponseException(int statusCode,
java.util.List<java.lang.String> errors) |
QBResponseException(java.util.List<java.lang.String> errors) |
QBResponseException(java.lang.String msg) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
getErrors()
Get the list of errors.
|
int |
getHttpStatusCode()
Gets the HTTP status code.
|