Class NotExistSchemaException

All Implemented Interfaces:
Serializable

public class NotExistSchemaException extends SchemaException
Exception is thrown when an schema not exist.
See Also:
  • Constructor Details

    • NotExistSchemaException

      public NotExistSchemaException()
    • NotExistSchemaException

      public NotExistSchemaException(String message)
    • NotExistSchemaException

      public NotExistSchemaException(String message, Throwable e)
    • NotExistSchemaException

      public NotExistSchemaException(Throwable e)