org.apache.falcon.entity.store
Class StoreAccessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.falcon.FalconException
org.apache.falcon.entity.store.StoreAccessException
- All Implemented Interfaces:
- Serializable
public class StoreAccessException
- extends FalconException
Exception when there in issue accessing the persistent store.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
StoreAccessException
public StoreAccessException(String message,
Exception e)
- Parameters:
e
- Exception
StoreAccessException
public StoreAccessException(Exception e)
Copyright © 2013-2014 Apache Software Foundation. All Rights Reserved.