org.apache.falcon.entity.store
Class StoreAccessException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.falcon.FalconException
              extended by 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

Constructor Summary
StoreAccessException(Exception e)
           
StoreAccessException(String message, Exception e)
           
 
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

StoreAccessException

public StoreAccessException(String message,
                            Exception e)
Parameters:
e - Exception

StoreAccessException

public StoreAccessException(Exception e)


Copyright © 2013-2014 Apache Software Foundation. All Rights Reserved.