Class YdbSchemaException
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
tech.ydb.yoj.repository.ydb.exception.YdbSchemaException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
YdbSchemaPathNotFoundException
Base class for database schema problems, e.g. table not found.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionYdbSchemaException(String message) YdbSchemaException(String message, Object request, Object response) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
YdbSchemaException
-
YdbSchemaException
-