Uses of Class
com.google.auth.oauth2.GoogleAuthException
Packages that use GoogleAuthException
-
Uses of GoogleAuthException in com.google.auth.oauth2
Subclasses of GoogleAuthException in com.google.auth.oauth2Modifier and TypeClassDescription(package private) class
Encapsulates the standard OAuth error response.(package private) class
Encapsulates the error response's for 3rd party executables defined by the executable spec.Methods in com.google.auth.oauth2 that return GoogleAuthExceptionModifier and TypeMethodDescription(package private) static GoogleAuthException
GoogleAuthException.createWithTokenEndpointIOException
(IOException ioException) Creates an instance of the exception based onIOException
returned by Google token endpoint.(package private) static GoogleAuthException
GoogleAuthException.createWithTokenEndpointIOException
(IOException ioException, String message) Creates an instance of the exception based onIOException
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 onHttpResponseException
returned by Google token endpoint.(package private) static GoogleAuthException
GoogleAuthException.createWithTokenEndpointResponseException
(com.google.api.client.http.HttpResponseException responseException, String message) Creates an instance of the exception based onHttpResponseException
and a custom error message.