Serializablepublic 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, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic BintrayCallException(org.apache.http.HttpResponse response)
public BintrayCallException(Exception e)
public int getStatusCode()
getStatusCode in class org.apache.http.client.HttpResponseExceptionpublic String getReason()
public String getMessage()
getMessage in class Throwablepublic void setMessage(String newMessage)