Class YdbComponentUnavailableException
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.RetryableException
tech.ydb.yoj.repository.ydb.exception.YdbComponentUnavailableException
- All Implemented Interfaces:
Serializable
One or more YDB components are not available, but the YDB API was still able to respond.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionYdbComponentUnavailableException(Object request, Object response) YdbComponentUnavailableException(String message, Throwable t) -
Method Summary
Methods inherited from class tech.ydb.yoj.repository.db.exception.RetryableException
sleepMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
YdbComponentUnavailableException
-
YdbComponentUnavailableException
-
-
Method Details
-
rethrow
- Overrides:
rethrowin classRetryableException
-