com.heroku.api.exception
Class LoginFailedException

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
                  extended by com.heroku.api.exception.RequestFailedException
                      extended by com.heroku.api.exception.LoginFailedException
All Implemented Interfaces:
Serializable

public class LoginFailedException
extends RequestFailedException

TODO: Javadoc

Author:
Naaman Newbold
See Also:
Serialized Form

Constructor Summary
LoginFailedException(String msg, int code, byte[] in)
           
LoginFailedException(String msg, int code, String body)
           
 
Method Summary
 
Methods inherited from class com.heroku.api.exception.RequestFailedException
getResponseBody, getStatusCode
 
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

LoginFailedException

public LoginFailedException(String msg,
                            int code,
                            byte[] in)

LoginFailedException

public LoginFailedException(String msg,
                            int code,
                            String body)


Copyright © 2012. All Rights Reserved.