Class OrcCorruptionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
io.trino.orc.OrcCorruptionException
-
Constructor Summary
ConstructorsConstructorDescriptionOrcCorruptionException(OrcDataSourceId orcDataSourceId, String message) OrcCorruptionException(OrcDataSourceId orcDataSourceId, String messageFormat, Object... args) OrcCorruptionException(Throwable cause, OrcDataSourceId orcDataSourceId, String messageFormat, Object... args) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OrcCorruptionException
-
OrcCorruptionException
@FormatMethod public OrcCorruptionException(OrcDataSourceId orcDataSourceId, String messageFormat, Object... args) -
OrcCorruptionException
@FormatMethod public OrcCorruptionException(Throwable cause, OrcDataSourceId orcDataSourceId, String messageFormat, Object... args)
-