Package org.apache.hadoop.fs
Class DirectoryListingStartAfterNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.fs.DirectoryListingStartAfterNotFoundException
- All Implemented Interfaces:
Serializable
@LimitedPrivate("HDFS")
@Stable
public class DirectoryListingStartAfterNotFoundException
extends IOException
Thrown when the startAfter can't be found when listing a directory.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DirectoryListingStartAfterNotFoundException
public DirectoryListingStartAfterNotFoundException() -
DirectoryListingStartAfterNotFoundException
-