Class SchemaNotFoundException

All Implemented Interfaces:
Serializable

public class SchemaNotFoundException extends NotFoundException
See Also:
  • Constructor Details

    • SchemaNotFoundException

      public SchemaNotFoundException(String schemaName)
    • SchemaNotFoundException

      public SchemaNotFoundException(String schemaName, String message)
    • SchemaNotFoundException

      public SchemaNotFoundException(String schemaName, Throwable cause)
    • SchemaNotFoundException

      public SchemaNotFoundException(String schemaName, String message, Throwable cause)
  • Method Details

    • getSchemaName

      public String getSchemaName()