Class QueryInterruptedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
tech.ydb.yoj.repository.db.exception.RepositoryException
tech.ydb.yoj.repository.db.exception.QueryInterruptedException
- All Implemented Interfaces:
Serializable
Thrown if the thread awaiting the query's results has been interrupted.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionQueryInterruptedException(String message) QueryInterruptedException(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
-
QueryInterruptedException
-
QueryInterruptedException
-