Package com.qtsurfer.api.sdk.errors
Class QTSExecutionError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.qtsurfer.api.sdk.errors.QTSError
com.qtsurfer.api.sdk.errors.QTSExecutionError
- All Implemented Interfaces:
Serializable
Thrown when the execute stage of a run this SDK is performing fails: the
platform rejected the submission, reported the run as failed, or the poll
driving it could not reach the platform. Covers both a single backtest and a
sweep.
Standalone reads do not raise this. They are not performing a run, so
there is no execution for a failure to be about — a read that cannot reach
the platform raises a plain QTSError, and a run that ended
badly is reported to them as a value rather than as an error at all.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionQTSExecutionError(String message) QTSExecutionError(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
QTSExecutionError
-
QTSExecutionError
-