org.apache.falcon.entity.store
Class EntityAlreadyExistsException

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.EntityAlreadyExistsException
All Implemented Interfaces:
Serializable

public class EntityAlreadyExistsException
extends FalconException

Exception to thrown when entity being sought for addition is already present in config store.

See Also:
Serialized Form

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

EntityAlreadyExistsException

public EntityAlreadyExistsException(Exception e)

EntityAlreadyExistsException

public EntityAlreadyExistsException(String message,
                                    Exception e)

EntityAlreadyExistsException

public EntityAlreadyExistsException(String message)


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