Class YdbSchemaException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
YdbSchemaPathNotFoundException

public class YdbSchemaException extends YdbRepositoryException
Base class for database schema problems, e.g. table not found.
See Also:
  • Constructor Details

    • YdbSchemaException

      public YdbSchemaException(String message, Object request, Object response)
    • YdbSchemaException

      public YdbSchemaException(String message)