com.heroku.api.exception
Class HerokuAPIException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
HerokuAPIException(String msg)
           
HerokuAPIException(String msg, Throwable throwable)
           
HerokuAPIException(Throwable throwable)
           
 
Method Summary
 
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

HerokuAPIException

public HerokuAPIException(String msg)

HerokuAPIException

public HerokuAPIException(Throwable throwable)

HerokuAPIException

public HerokuAPIException(String msg,
                          Throwable throwable)


Copyright © 2012. All Rights Reserved.