@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, toStringpublic 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.