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
public class ColumnSchemaNotFoundException extends RuntimeException
This exception is thrown when a ColumnSchema cannot be found.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ColumnSchemaNotFoundException(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
-
-