Class TelemetryException

All Implemented Interfaces:
Serializable

public class TelemetryException extends JebException
This exception is raised when some telemetry operations fail.
See Also:
  • Constructor Details

    • TelemetryException

      public TelemetryException()
    • TelemetryException

      public TelemetryException(String message)
    • TelemetryException

      public TelemetryException(Throwable cause)
    • TelemetryException

      public TelemetryException(String message, Throwable cause)