Package org.opendaylight.ovsdb.lib.error
Class ColumnSchemaNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.opendaylight.ovsdb.lib.error.ColumnSchemaNotFoundException
- All Implemented Interfaces:
Serializable
This exception is thrown when a ColumnSchema cannot be found.
- See Also:
-
Constructor Summary
ConstructorDescriptionColumnSchemaNotFoundException
(String message) ColumnSchemaNotFoundException
(String columnName, String tableName) ColumnSchemaNotFoundException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ColumnSchemaNotFoundException
-
ColumnSchemaNotFoundException
-
ColumnSchemaNotFoundException
-