com.heroku.api.exception
Class RequestFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.heroku.api.exception.HerokuAPIException
com.heroku.api.exception.RequestFailedException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- LoginFailedException
public class RequestFailedException
- extends HerokuAPIException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RequestFailedException
public RequestFailedException(String msg,
int code,
byte[] in)
RequestFailedException
public RequestFailedException(String msg,
int code,
String body)
getResponseBody
public String getResponseBody()
getStatusCode
public int getStatusCode()
Copyright © 2012. All Rights Reserved.