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) classEncapsulates the standard OAuth error response.(package private) classEncapsulates 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 GoogleAuthExceptionGoogleAuthException.createWithTokenEndpointIOException(IOException ioException) Creates an instance of the exception based onIOExceptionreturned by Google token endpoint.(package private) static GoogleAuthExceptionGoogleAuthException.createWithTokenEndpointIOException(IOException ioException, String message) Creates an instance of the exception based onIOExceptionand a custom error message.(package private) static GoogleAuthExceptionGoogleAuthException.createWithTokenEndpointResponseException(com.google.api.client.http.HttpResponseException responseException) Creates an instance of the exception based onHttpResponseExceptionreturned by Google token endpoint.(package private) static GoogleAuthExceptionGoogleAuthException.createWithTokenEndpointResponseException(com.google.api.client.http.HttpResponseException responseException, String message) Creates an instance of the exception based onHttpResponseExceptionand a custom error message.