com.google.api.ads.common.lib.exception
Class AuthenticationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.google.api.ads.common.lib.exception.AuthenticationException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ClientLoginException, LoginTokenException, OAuthException

public abstract class AuthenticationException
extends Exception

Base exception for all authentication exceptions. Most exceptions extending from this class can be recovered from.

Author:
Adam Rogal
See Also:
Serialized Form

Constructor Summary
AuthenticationException(String message, Throwable cause)
          Constructor.
 
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

AuthenticationException

public AuthenticationException(String message,
                               Throwable cause)
Constructor.

Parameters:
message - the exception message
cause - the exception cause


Copyright © 2012. All Rights Reserved.