Class HadoopIllegalArgumentException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidPathException

@Public @Stable public class HadoopIllegalArgumentException extends IllegalArgumentException
Indicates that a method has been passed illegal or invalid argument. This exception is thrown instead of IllegalArgumentException to differentiate the exception thrown in Hadoop implementation from the one thrown in JDK.
See Also:
  • Constructor Details

    • HadoopIllegalArgumentException

      public HadoopIllegalArgumentException(String message)
      Constructs exception with the specified detail message.
      Parameters:
      message - detailed message.