public class CorruptBlockException
extends java.io.IOException
Constructor and Description |
---|
CorruptBlockException(java.lang.String filePath,
CompressionMetadata.Chunk chunk) |
CorruptBlockException(java.lang.String filePath,
CompressionMetadata.Chunk chunk,
java.lang.Throwable cause) |
CorruptBlockException(java.lang.String filePath,
long offset,
int length) |
CorruptBlockException(java.lang.String filePath,
long offset,
int length,
java.lang.Throwable cause) |
public CorruptBlockException(java.lang.String filePath, CompressionMetadata.Chunk chunk)
public CorruptBlockException(java.lang.String filePath, CompressionMetadata.Chunk chunk, java.lang.Throwable cause)
public CorruptBlockException(java.lang.String filePath, long offset, int length)
public CorruptBlockException(java.lang.String filePath, long offset, int length, java.lang.Throwable cause)
Copyright © 2018 The Apache Software Foundation