Class YdbRepositoryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
tech.ydb.yoj.repository.db.exception.RepositoryException
tech.ydb.yoj.repository.ydb.exception.YdbRepositoryException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ResultTruncatedException,SnapshotCreateException,UnexpectedException,YdbSchemaException
Base class for non-retryable YDB-specific exceptions.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionYdbRepositoryException(Object request, Object response) YdbRepositoryException(String message) YdbRepositoryException(String message, Object request, Object response) YdbRepositoryException(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
-
YdbRepositoryException
-
YdbRepositoryException
-
YdbRepositoryException
-
YdbRepositoryException
-