Class DatabricksTelemetryException

  • All Implemented Interfaces:
    Serializable

    public class DatabricksTelemetryException
    extends RuntimeException
    Exception indicating telemetry export failures. This intentionally does NOT emit telemetry on construction to avoid recursive logging loops.
    See Also:
    Serialized Form
    • Constructor Detail

      • DatabricksTelemetryException

        public DatabricksTelemetryException​(String message)
      • DatabricksTelemetryException

        public DatabricksTelemetryException​(String message,
                                            Throwable cause)