Package org.apache.hadoop.fs
Class InvalidPathHandleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.fs.InvalidPathHandleException
- All Implemented Interfaces:
Serializable
Thrown when the constraints enoded in a
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.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidPathHandleException
-
InvalidPathHandleException
-