org.springframework.data.hadoop
Class HadoopException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.data.hadoop.HadoopException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
HadoopSecurityException

public class HadoopException
extends RuntimeException

Core Hadoop Exception.

Author:
Dave Syer
See Also:
Serialized Form

Constructor Summary
HadoopException(String message)
          Constructs a new HadoopException instance.
HadoopException(String message, Throwable ex)
          Constructs a new HadoopException instance.
 
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

HadoopException

public HadoopException(String message,
                       Throwable ex)
Constructs a new HadoopException instance.

Parameters:
message - message
ex - exception

HadoopException

public HadoopException(String message)
Constructs a new HadoopException instance.

Parameters:
message - message