Class FileCorruptionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
io.trino.hive.formats.FileCorruptionException
All Implemented Interfaces:
Serializable

public class FileCorruptionException extends IOException
See Also:
  • Constructor Details

    • FileCorruptionException

      public FileCorruptionException(String message)
    • FileCorruptionException

      public FileCorruptionException(String messageFormat, Object... args)
    • FileCorruptionException

      public FileCorruptionException(Throwable cause, String messageFormat, Object... args)