org.apache.falcon.entity.v0
Class UnschedulableEntityException

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

public class UnschedulableEntityException
extends FalconException

This exception is thrown when Unschedulable entity like CLUSTER is tried with actions like Schedule, Suspend, Resume.

See Also:
Serialized Form

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

UnschedulableEntityException

public UnschedulableEntityException(Exception e)

UnschedulableEntityException

public UnschedulableEntityException(String message,
                                    Exception e)

UnschedulableEntityException

public UnschedulableEntityException(String message)


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