Class TelemetryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.pnfsoftware.jeb.core.exceptions.JebException
com.pnfsoftware.jeb.client.telemetry.TelemetryException
- All Implemented Interfaces:
Serializable
This exception is raised when some telemetry operations fail.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTelemetryException
(String message) TelemetryException
(String message, Throwable cause) TelemetryException
(Throwable cause) -
Method Summary
Methods inherited from class com.pnfsoftware.jeb.core.exceptions.JebException
getUnit, setUnit, withUnit
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TelemetryException
public TelemetryException() -
TelemetryException
-
TelemetryException
-
TelemetryException
-