Package io.trino.orc
Class OrcCorruptionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- io.trino.orc.OrcCorruptionException
-
- All Implemented Interfaces:
Serializable
public class OrcCorruptionException extends IOException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OrcCorruptionException(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 Detail
-
OrcCorruptionException
public OrcCorruptionException(OrcDataSourceId orcDataSourceId, String message)
-
OrcCorruptionException
public OrcCorruptionException(OrcDataSourceId orcDataSourceId, String messageFormat, Object... args)
-
OrcCorruptionException
public OrcCorruptionException(Throwable cause, OrcDataSourceId orcDataSourceId, String messageFormat, Object... args)
-
-