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
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 Summary
Constructors Constructor Description SchemaVersionMismatchException(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 
 - 
 
 -