Class AvroObjectConversionException

  • All Implemented Interfaces:
    Serializable

    public class AvroObjectConversionException
    extends RuntimeException

    Exception that will be thrown if the conversion of an Avro object has failed

    Copyright 2021 (C) by Martin Ganserer

    Version:
    1.0.0
    Author:
    Martin Ganserer
    See Also:
    Serialized Form
    • Constructor Detail

      • AvroObjectConversionException

        public AvroObjectConversionException​(String message)
        Constructor
        Parameters:
        message -
      • AvroObjectConversionException

        public AvroObjectConversionException​(String message,
                                             Exception e)
        Constructor
        Parameters:
        message -
        e -