Package com.qtsurfer.api.sdk.errors
Class QTSDownloadError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.qtsurfer.api.sdk.errors.QTSError
com.qtsurfer.api.sdk.errors.QTSDownloadError
- All Implemented Interfaces:
Serializable
Raised when an hourly tickers/klines download fails — wraps the underlying
ApiException (HTTP 4xx/5xx, transport error).- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionQTSDownloadError(String message) QTSDownloadError(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
-
QTSDownloadError
-
QTSDownloadError
-