Package io.trino.hive.formats.avro
Class AvroTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.trino.hive.formats.avro.AvroTypeException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAvroTypeException(String message) AvroTypeException(String message, Throwable cause) AvroTypeException(org.apache.avro.AvroTypeException runtimeAvroTypeException) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AvroTypeException
public AvroTypeException(org.apache.avro.AvroTypeException runtimeAvroTypeException) -
AvroTypeException
-
AvroTypeException
-