java.io.Serializable@Public
@Stable
public class InvalidPathHandleException
extends java.io.IOException
PathHandle do not hold.
For example, if a handle were created with the default
Options.HandleOpt.path() constraints, a call to
FileSystem.open(PathHandle) would succeed if the file were
modified, but if a different file was at that location then it would throw
this exception.| Constructor | Description |
|---|---|
InvalidPathHandleException(java.lang.String str) |
|
InvalidPathHandleException(java.lang.String message,
java.lang.Throwable cause) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.