Serializable
public class BintrayCallException
extends org.apache.http.client.HttpResponseException
Constructor | Description |
---|---|
BintrayCallException(int statusCode,
String reason,
String message) |
|
BintrayCallException(Exception e) |
|
BintrayCallException(org.apache.http.HttpResponse response) |
Modifier and Type | Method | Description |
---|---|---|
String |
getMessage() |
|
String |
getReason() |
|
int |
getStatusCode() |
|
void |
setMessage(String newMessage) |
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public BintrayCallException(org.apache.http.HttpResponse response)
public BintrayCallException(Exception e)
public int getStatusCode()
getStatusCode
in class org.apache.http.client.HttpResponseException
public String getReason()
public String getMessage()
getMessage
in class Throwable
public void setMessage(String newMessage)