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