Class BadSchemaException

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

public class BadSchemaException extends RuntimeException
BadSchema exception is thrown when the received schema is invalid.
See Also:
  • Constructor Details

    • BadSchemaException

      public BadSchemaException(String message)
    • BadSchemaException

      public BadSchemaException(String message, Throwable cause)