Class MissingSchemaException

All Implemented Interfaces:
Serializable

public class MissingSchemaException extends AvroRuntimeException
Exception thrown by a MessageDecoder when the message is encoded using an unknown Schema.

Using a SchemaStore to provide schemas to the decoder can avoid this problem.

See Also:
  • Constructor Details

    • MissingSchemaException

      public MissingSchemaException(String message)