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

public class GoogleAuthException extends RuntimeException
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: