elasticsearch-hadoop

org.elasticsearch.hadoop
Class EsHadoopIllegalArgumentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.elasticsearch.hadoop.EsHadoopException
                  extended by org.elasticsearch.hadoop.EsHadoopIllegalArgumentException
All Implemented Interfaces:
Serializable

public class EsHadoopIllegalArgumentException
extends EsHadoopException

See Also:
Serialized Form

Constructor Summary
EsHadoopIllegalArgumentException()
           
EsHadoopIllegalArgumentException(String message)
           
EsHadoopIllegalArgumentException(String message, Throwable cause)
           
EsHadoopIllegalArgumentException(Throwable cause)
           
 
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

EsHadoopIllegalArgumentException

public EsHadoopIllegalArgumentException()

EsHadoopIllegalArgumentException

public EsHadoopIllegalArgumentException(String message,
                                        Throwable cause)

EsHadoopIllegalArgumentException

public EsHadoopIllegalArgumentException(String message)

EsHadoopIllegalArgumentException

public EsHadoopIllegalArgumentException(Throwable cause)

elasticsearch-hadoop