Class AvroObjectConversionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sourceforge.jbizmo.commons.avro.util.AvroObjectConversionException
- All Implemented Interfaces:
Serializable
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:
-
Constructor Summary
ConstructorsConstructorDescriptionAvroObjectConversionException(String message) ConstructorAvroObjectConversionException(String message, Exception e) Constructor -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AvroObjectConversionException
Constructor- Parameters:
message-
-
AvroObjectConversionException
Constructor- Parameters:
message-e-
-