Class SchemaVersionMismatchException

  • All Implemented Interfaces:
    Serializable

    public class SchemaVersionMismatchException
    extends RuntimeException
    This exception is used when the a table or row is accessed though a typed interface and the version requirements are not met.
    See Also:
    Serialized Form
    • Constructor Detail

      • SchemaVersionMismatchException

        public SchemaVersionMismatchException​(Version schemaVersion,
                                              com.google.common.collect.Range<Version> range)