Package com.google.auth.oauth2
Class PluggableAuthException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.google.auth.oauth2.GoogleAuthException
com.google.auth.oauth2.OAuthException
com.google.auth.oauth2.PluggableAuthException
- All Implemented Interfaces:
Retryable
,Serializable
Encapsulates the error response's for 3rd party executables defined by the executable spec.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe message with format: Error code {errorCode}: {errorDescription}.Methods inherited from class com.google.auth.oauth2.OAuthException
createFromHttpResponseException, getErrorCode, getErrorDescription, getErrorUri
Methods inherited from class com.google.auth.oauth2.GoogleAuthException
createWithTokenEndpointIOException, createWithTokenEndpointIOException, createWithTokenEndpointResponseException, createWithTokenEndpointResponseException, getRetryCount, isRetryable
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PluggableAuthException
-
-
Method Details
-
getMessage
The message with format: Error code {errorCode}: {errorDescription}.- Overrides:
getMessage
in classOAuthException
-