org.apache.falcon.entity
Class EntityNotRegisteredException

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

public class EntityNotRegisteredException
extends FalconException

Exception thrown by falcon when entity is not registered already in config store.

See Also:
Serialized Form

Constructor Summary
EntityNotRegisteredException(String message)
           
 
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

EntityNotRegisteredException

public EntityNotRegisteredException(String message)


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