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:
  • Constructor Details

    • ColumnSchemaNotFoundException

      public ColumnSchemaNotFoundException(String message)
    • ColumnSchemaNotFoundException

      public ColumnSchemaNotFoundException(String columnName, String tableName)
    • ColumnSchemaNotFoundException

      public ColumnSchemaNotFoundException(String message, Throwable cause)