Class CorruptFileException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.cassandra.io.util.CorruptFileException
All Implemented Interfaces:
Serializable

public class CorruptFileException extends RuntimeException
See Also:
  • Field Details

    • filePath

      public final String filePath
  • Constructor Details

    • CorruptFileException

      public CorruptFileException(Exception cause, String filePath)