org.apache.hadoop.mapred
Class InvalidJobConfException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.apache.hadoop.mapred.InvalidJobConfException
All Implemented Interfaces:
Serializable

@InterfaceAudience.Public
@InterfaceStability.Stable
public class InvalidJobConfException
extends IOException

This exception is thrown when jobconf misses some mendatory attributes or value of some attributes is invalid.

See Also:
Serialized Form

Constructor Summary
InvalidJobConfException()
           
InvalidJobConfException(String msg)
           
InvalidJobConfException(String msg, Throwable t)
           
InvalidJobConfException(Throwable t)
           
 
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

InvalidJobConfException

public InvalidJobConfException()

InvalidJobConfException

public InvalidJobConfException(String msg)

InvalidJobConfException

public InvalidJobConfException(String msg,
                               Throwable t)

InvalidJobConfException

public InvalidJobConfException(Throwable t)


Copyright © 2014 Apache Software Foundation. All Rights Reserved.