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 OAuthException
createFromHttpResponseException, getErrorCode, getErrorDescription, getErrorUriMethods inherited from class GoogleAuthException
createWithTokenEndpointIOException, createWithTokenEndpointIOException, createWithTokenEndpointResponseException, createWithTokenEndpointResponseException, getRetryCount, isRetryableMethods inherited from class 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:
getMessagein classOAuthException
-