Class TableSchemaNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.opendaylight.ovsdb.lib.error.TableSchemaNotFoundException
All Implemented Interfaces:
Serializable

public class TableSchemaNotFoundException extends RuntimeException
This exception is thrown when a TableSchema cannot be found.
See Also:
  • Constructor Details

    • TableSchemaNotFoundException

      public TableSchemaNotFoundException(String message)
    • TableSchemaNotFoundException

      public TableSchemaNotFoundException(String tableName, String schemaName)
    • TableSchemaNotFoundException

      public TableSchemaNotFoundException(String message, Throwable cause)