Class QTSError

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
QTSAuthError, QTSCanceledError, QTSDownloadError, QTSExecutionError, QTSPreparationError, QTSStrategyCompileError, QTSTimeoutError

public class QTSError extends RuntimeException
Root of the QTSurfer SDK exception hierarchy. All SDK errors are unchecked; consumers can catch QTSError to handle any SDK-specific failure, or match on subclasses to react to a specific stage.
See Also:
  • Constructor Details

    • QTSError

      public QTSError(String message)
    • QTSError

      public QTSError(String message, Throwable cause)