@InterfaceAudience.Public @InterfaceStability.Stable public class InvalidPathHandleException extends 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 and Description |
---|
InvalidPathHandleException(String str) |
InvalidPathHandleException(String message,
Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2020 Apache Software Foundation. All rights reserved.