@InterfaceAudience.Public @InterfaceStability.Stable public class InvalidPathException extends HadoopIllegalArgumentException
Constructor and Description |
---|
InvalidPathException(String path)
Constructs exception with the specified detail message.
|
InvalidPathException(String path,
String reason)
Constructs exception with the specified detail message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidPathException(String path)
path
- invalid path.public InvalidPathException(String path, String reason)
path
- invalid path.reason
- Reason path
is invalidCopyright © 2015 Apache Software Foundation. All Rights Reserved.