InvalidPathHandleException (Apache Hadoop Main 3.4.1 API) (original) (raw)


@InterfaceAudience.Public
@InterfaceStability.Stable
public class InvalidPathHandleException
extends IOException
Thrown when the constraints enoded in a PathHandle do not hold. For example, if a handle were created with the defaultOptions.HandleOpt.path() constraints, a call toFileSystem.open(PathHandle) would succeed if the file were modified, but if a different file was at that location then it would throw this exception.
See Also:
Serialized Form