Package com.heroku.sdk.deploy.api
Class HerokuDeployApiException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.heroku.sdk.deploy.api.HerokuDeployApiException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AppNotFoundException,InsufficientAppPermissionsException
public class HerokuDeployApiException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HerokuDeployApiException(String message)HerokuDeployApiException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-