Package com.qtsurfer.api.sdk.errors
Class QTSTimeoutError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.qtsurfer.api.sdk.errors.QTSError
com.qtsurfer.api.sdk.errors.QTSTimeoutError
- All Implemented Interfaces:
Serializable
Thrown when a stage exceeds its configured timeout.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionQTSTimeoutError(String message) QTSTimeoutError(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
-
QTSTimeoutError
-
QTSTimeoutError
-