Package org.opendaylight.ovsdb.lib.error
Class SchemaVersionMismatchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.opendaylight.ovsdb.lib.error.SchemaVersionMismatchException
- All Implemented Interfaces:
 Serializable
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 Summary
ConstructorsConstructorDescriptionSchemaVersionMismatchException(Version schemaVersion, com.google.common.collect.Range<Version> range)  - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
SchemaVersionMismatchException
 
 -