Class InvalidPathException

All Implemented Interfaces:
Serializable

@Public @Stable public class InvalidPathException extends HadoopIllegalArgumentException
Path string is invalid either because it has invalid characters or due to other file system specific reasons.
See Also:
  • Constructor Details

    • InvalidPathException

      public InvalidPathException(String path)
      Constructs exception with the specified detail message.
      Parameters:
      path - invalid path.
    • InvalidPathException

      public InvalidPathException(String path, String reason)
      Constructs exception with the specified detail message.
      Parameters:
      path - invalid path.
      reason - Reason path is invalid