testflight
Class UploadException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
testflight.UploadException
- All Implemented Interfaces:
- Serializable
public class UploadException
- extends RuntimeException
- See Also:
- Serialized Form
|
Constructor Summary |
UploadException(int statusCode,
String responseBody,
org.apache.http.HttpResponse response)
|
UploadException
public UploadException(int statusCode,
String responseBody,
org.apache.http.HttpResponse response)
getStatusCode
public int getStatusCode()
getResponseBody
public String getResponseBody()
getResponse
public org.apache.http.HttpResponse getResponse()
toString
public String toString()
- Overrides:
toString in class Throwable
Copyright © 2004-2013. All Rights Reserved.