Package com.qtsurfer.api.sdk.errors
Class QTSPreparationError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.qtsurfer.api.sdk.errors.QTSError
com.qtsurfer.api.sdk.errors.QTSPreparationError
- All Implemented Interfaces:
Serializable
Thrown when the data preparation stage fails (e.g. missing data, rate limit).
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionQTSPreparationError(String message) QTSPreparationError(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
-
QTSPreparationError
-
QTSPreparationError
-