|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
testflight.UploadException
public class UploadException
| Constructor Summary | |
|---|---|
UploadException(int statusCode,
java.lang.String responseBody,
org.apache.http.HttpResponse response)
|
|
| Method Summary | |
|---|---|
org.apache.http.HttpResponse |
getResponse()
|
java.lang.String |
getResponseBody()
|
int |
getStatusCode()
|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public UploadException(int statusCode,
java.lang.String responseBody,
org.apache.http.HttpResponse response)
| Method Detail |
|---|
public int getStatusCode()
public java.lang.String getResponseBody()
public org.apache.http.HttpResponse getResponse()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||