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