public class RequestFailedException extends HerokuAPIException
Request
failures. These include, but are not limited to
IOException
and errors from the API.Constructor and Description |
---|
RequestFailedException(String msg,
int code,
byte[] in) |
RequestFailedException(String msg,
int code,
String body) |
Modifier and Type | Method and Description |
---|---|
String |
getResponseBody() |
int |
getStatusCode() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2017. All rights reserved.