Spring for Apache Hadoop

org.springframework.data.hadoop.store
Class StoreException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.core.NestedRuntimeException
                  extended by org.springframework.dao.DataAccessException
                      extended by org.springframework.dao.NonTransientDataAccessException
                          extended by org.springframework.data.hadoop.store.StoreException
All Implemented Interfaces:
java.io.Serializable

public class StoreException
extends org.springframework.dao.NonTransientDataAccessException

An exception that indicates there was an error accessing the the underlying HDFS store implementation.

Author:
Janne Valkealahti, Thomas Risberg
See Also:
Serialized Form

Constructor Summary
StoreException(java.lang.String msg)
          Constructor for StoreException.
StoreException(java.lang.String msg, java.lang.Throwable cause)
          Constructor for StoreException.
 
Method Summary
 
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getMessage, getMostSpecificCause, getRootCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

StoreException

public StoreException(java.lang.String msg,
                      java.lang.Throwable cause)
Constructor for StoreException.

Parameters:
msg - message
cause - the root cause

StoreException

public StoreException(java.lang.String msg)
Constructor for StoreException.

Parameters:
msg - message

Spring for Apache Hadoop