org.apache.hadoop
Class HadoopIllegalArgumentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalArgumentException
                  extended by org.apache.hadoop.HadoopIllegalArgumentException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidPathException

@InterfaceAudience.Public
@InterfaceStability.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:
Serialized Form

Constructor Summary
HadoopIllegalArgumentException(String message)
          Constructs exception with the specified detail message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HadoopIllegalArgumentException

public HadoopIllegalArgumentException(String message)
Constructs exception with the specified detail message.

Parameters:
message - detailed message.


Copyright © 2014 Apache Software Foundation. All Rights Reserved.