org.springframework.data.hadoop
Class HadoopException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
HadoopException
public HadoopException(String message,
Throwable ex)
- Constructs a new
HadoopException
instance.
- Parameters:
message
- messageex
- exception
HadoopException
public HadoopException(String message)
- Constructs a new
HadoopException
instance.
- Parameters:
message
- message