org.springframework.data.hadoop.store
Class StoreException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.dao.DataAccessException
org.springframework.dao.NonTransientDataAccessException
org.springframework.data.hadoop.store.StoreException
- All Implemented Interfaces:
- Serializable
public class StoreException
- extends 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
StoreException
public StoreException(String msg,
Throwable cause)
- Constructor for StoreException.
- Parameters:
msg - messagecause - the root cause
StoreException
public StoreException(String msg)
- Constructor for StoreException.
- Parameters:
msg - message