Package org.apache.hadoop.fs
Class InvalidPathException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
org.apache.hadoop.HadoopIllegalArgumentException
org.apache.hadoop.fs.InvalidPathException
- All Implemented Interfaces:
Serializable
Path string is invalid either because it has invalid characters or due to
other file system specific reasons.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidPathException(String path) Constructs exception with the specified detail message.InvalidPathException(String path, String reason) Constructs exception with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidPathException
Constructs exception with the specified detail message.- Parameters:
path- invalid path.
-
InvalidPathException
Constructs exception with the specified detail message.- Parameters:
path- invalid path.reason- Reasonpathis invalid
-