Class AvroRuntimeException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AvroMissingFieldException, AvroTypeException, BadHeaderException, MissingSchemaException, SchemaBuilderException, SchemaParseException, SystemLimitException, UnresolvedUnionException

public class AvroRuntimeException extends RuntimeException
Base Avro exception.
See Also:
  • Constructor Details

    • AvroRuntimeException

      public AvroRuntimeException(Throwable cause)
    • AvroRuntimeException

      public AvroRuntimeException(String message)
    • AvroRuntimeException

      public AvroRuntimeException(String message, Throwable cause)