java.io.Serializable@Private
@Evolving
public class BlockMissingException
extends java.io.IOException
| Constructor | Description |
|---|---|
BlockMissingException(java.lang.String filename,
java.lang.String description,
long offset) |
An exception that indicates that file was corrupted.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getFile() |
Returns the name of the corrupted file.
|
long |
getOffset() |
Returns the offset at which this file is corrupted
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.