org.apache.hadoop.yarn.server.resourcemanager.reservation.exceptions
Class PlanningQuotaException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.hadoop.yarn.server.resourcemanager.reservation.exceptions.PlanningException
org.apache.hadoop.yarn.server.resourcemanager.reservation.exceptions.PlanningQuotaException
- All Implemented Interfaces:
- Serializable
@InterfaceAudience.Public
@InterfaceStability.Unstable
public class PlanningQuotaException
- extends PlanningException
This exception is thrown if the user quota is exceed while accepting or
updating a reservation.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
PlanningQuotaException
public PlanningQuotaException(String message)
PlanningQuotaException
public PlanningQuotaException(Throwable cause)
PlanningQuotaException
public PlanningQuotaException(String message,
Throwable cause)
Copyright © 2014 Apache Software Foundation. All Rights Reserved.