com.heroku.api.exception
Class HerokuAPIException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.heroku.api.exception.HerokuAPIException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ParseException, RequestFailedException
public class HerokuAPIException
- extends RuntimeException
Generic RuntimeException
thrown when using heroku.jar.
- Author:
- Naaman Newbold
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
HerokuAPIException
public HerokuAPIException(String msg)
HerokuAPIException
public HerokuAPIException(Throwable throwable)
HerokuAPIException
public HerokuAPIException(String msg,
Throwable throwable)
Copyright © 2012. All Rights Reserved.