Class FailedExportException

java.lang.Object
java.lang.Throwable
java.lang.Exception
io.opentelemetry.exporter.internal.FailedExportException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
FailedExportException.GrpcExportException, FailedExportException.HttpExportException

public abstract class FailedExportException extends Exception
Represents the failure of a gRPC or HTTP exporter.

This class is internal and is hence not for public use. Its APIs are unstable and can change at any time.

See Also: