public class AuthorizationException extends RemoteMessageException
logger| Constructor and Description |
|---|
AuthorizationException(Errors errors,
int statusCode)
Instantiates a new Authorization exception.
|
AuthorizationException(com.google.api.client.http.HttpResponse response)
Instantiates a new Authorization exception.
|
AuthorizationException(com.google.api.client.auth.oauth2.TokenResponseException tokenException)
Instantiates a new Authorization exception.
|
errorsToString, getErrorCode, getErrors, getMessage, toStringgetResponsepublic AuthorizationException(com.google.api.client.http.HttpResponse response)
response - the response that thrown the exceptionpublic AuthorizationException(com.google.api.client.auth.oauth2.TokenResponseException tokenException)
tokenException - the TokenResponseExceptionpublic AuthorizationException(Errors errors, int statusCode)
errors - the errorsstatusCode - the status code