com.google.api.ads.dfa.lib.auth
Class LoginTokenException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.google.api.ads.common.lib.exception.AuthenticationException
              extended by com.google.api.ads.dfa.lib.auth.LoginTokenException
All Implemented Interfaces:
Serializable

public class LoginTokenException
extends AuthenticationException

Wrapper for an exception thrown while LoginTokens is attempting to generate a token.

Author:
Joseph DiLallo
See Also:
Serialized Form

Constructor Summary
LoginTokenException(String message, Throwable exception)
          Constructor.
 
Method Summary
 String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

LoginTokenException

public LoginTokenException(String message,
                           Throwable exception)
Constructor.

Parameters:
message - the exception message
exception - the underlying exception.
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable
See Also:
Throwable.getMessage()


Copyright © 2012. All Rights Reserved.