java.io.Serializable@Public
@Unstable
public class CannotObtainBlockLengthException
extends java.io.IOException
| Constructor | Description |
|---|---|
CannotObtainBlockLengthException() |
|
CannotObtainBlockLengthException(java.lang.String message) |
|
CannotObtainBlockLengthException(LocatedBlock locatedBlock) |
Constructs an
CannotObtainBlockLengthException with the
specified LocatedBlock that failed to obtain block length. |
CannotObtainBlockLengthException(LocatedBlock locatedBlock,
java.lang.String src) |
Constructs an
CannotObtainBlockLengthException with the
specified LocatedBlock and file that failed to obtain block length. |
public CannotObtainBlockLengthException()
public CannotObtainBlockLengthException(java.lang.String message)
public CannotObtainBlockLengthException(LocatedBlock locatedBlock)
CannotObtainBlockLengthException with the
specified LocatedBlock that failed to obtain block length.locatedBlock - The LocatedBlock instance which block length can not be obtainedpublic CannotObtainBlockLengthException(LocatedBlock locatedBlock, java.lang.String src)
CannotObtainBlockLengthException with the
specified LocatedBlock and file that failed to obtain block length.locatedBlock - The LocatedBlock instance which block length can not be obtainedsrc - The file which include this blockCopyright © 2008–2025 Apache Software Foundation. All rights reserved.