Class SchemaVersionMismatchException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.opendaylight.ovsdb.lib.error.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:
  • Constructor Details

    • SchemaVersionMismatchException

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