Class GoogleAuthException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.beam.sdk.extensions.opentelemetry.gcp.auth.GoogleAuthException
- All Implemented Interfaces:
Serializable
An unchecked exception indicating a failure during Google authentication. This exception is
thrown when there are issues with retrieving or refreshing Google Application Default Credentials
(ADC).
Copied from https://github.com/open-telemetry/opentelemetry-java-contrib/blob/main/gcp-auth-extension/src/main/java/io/opentelemetry/contrib/gcp/auth/GoogleAuthException.java
- See Also:
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString