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

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.common.lib.exception.OAuthException
All Implemented Interfaces:
Serializable

public class OAuthException
extends AuthenticationException

An exception thrown when OAuth could not be used correctly.

Author:
Adam Rogal
See Also:
Serialized Form

Constructor Summary
OAuthException(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

OAuthException

public OAuthException(String message,
                      Throwable cause)
Constructor.

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


Copyright © 2012. All Rights Reserved.