org.apache.falcon.entity.store
Class EntityAlreadyExistsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.falcon.FalconException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.