testflight
Class UploadException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
testflight.UploadException
- All Implemented Interfaces:
- java.io.Serializable
public class UploadException
- extends java.lang.RuntimeException
- See Also:
- Serialized Form
|
Constructor Summary |
UploadException(int statusCode,
java.lang.String responseBody,
org.apache.http.HttpResponse response)
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
UploadException
public UploadException(int statusCode,
java.lang.String responseBody,
org.apache.http.HttpResponse response)
getStatusCode
public int getStatusCode()
getResponseBody
public java.lang.String getResponseBody()
getResponse
public org.apache.http.HttpResponse getResponse()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Throwable
Copyright © 2004-2013. All Rights Reserved.