elasticsearch-hadoop

org.elasticsearch.hadoop
Class EsHadoopException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.elasticsearch.hadoop.EsHadoopException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
EsHadoopIllegalArgumentException, EsHadoopIllegalStateException

public class EsHadoopException
extends RuntimeException

Base class for Elasticsearch Hadoop exceptions.

See Also:
Serialized Form

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

EsHadoopException

public EsHadoopException()

EsHadoopException

public EsHadoopException(String message,
                         Throwable cause)

EsHadoopException

public EsHadoopException(String message)

EsHadoopException

public EsHadoopException(Throwable cause)

elasticsearch-hadoop