java.io.Serializable@Public @Stable public class InvalidPathException extends HadoopIllegalArgumentException
| Constructor | Description |
|---|---|
InvalidPathException(java.lang.String path) |
Constructs exception with the specified detail message.
|
InvalidPathException(java.lang.String path,
java.lang.String reason) |
Constructs exception with the specified detail message.
|
public InvalidPathException(java.lang.String path)
path - invalid path.public InvalidPathException(java.lang.String path,
java.lang.String reason)
path - invalid path.reason - Reason path is invalidCopyright © 2008–2025 Apache Software Foundation. All rights reserved.