com.google.api.ads.common.lib.exception
Class OAuthException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.google.api.ads.common.lib.exception.AuthenticationException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
OAuthException
public OAuthException(String message,
Throwable cause)
- Constructor.
- Parameters:
message - the exception methodcause - the exception cause
Copyright © 2012. All Rights Reserved.