(package private) static GoogleAuthException |
GoogleAuthException.createWithTokenEndpointIOException(java.io.IOException ioException) |
Creates an instance of the exception based on IOException returned by Google token
endpoint.
|
(package private) static GoogleAuthException |
GoogleAuthException.createWithTokenEndpointIOException(java.io.IOException ioException,
java.lang.String message) |
Creates an instance of the exception based on IOException and a custom error message.
|
(package private) static GoogleAuthException |
GoogleAuthException.createWithTokenEndpointResponseException(com.google.api.client.http.HttpResponseException responseException) |
Creates an instance of the exception based on HttpResponseException returned by Google
token endpoint.
|
(package private) static GoogleAuthException |
GoogleAuthException.createWithTokenEndpointResponseException(com.google.api.client.http.HttpResponseException responseException,
java.lang.String message) |
Creates an instance of the exception based on HttpResponseException and a custom error
message.
|