@InterfaceAudience.Private @InterfaceStability.Evolving public class BlockMissingException extends IOException
Constructor and Description |
---|
BlockMissingException(String filename,
String description,
long offset)
An exception that indicates that file was corrupted.
|
Modifier and Type | Method and Description |
---|---|
String |
getFile()
Returns the name of the corrupted file.
|
long |
getOffset()
Returns the offset at which this file is corrupted
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public String getFile()
public long getOffset()
Copyright © 2013 Apache Software Foundation. All rights reserved.