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

@Public @Unstable public class PlanningQuotaException extends PlanningException
This exception is thrown if the user quota is exceed while accepting or updating a reservation.
See Also:
  • Constructor Details

    • PlanningQuotaException

      public PlanningQuotaException(String message)
    • PlanningQuotaException

      public PlanningQuotaException(Throwable cause)
    • PlanningQuotaException

      public PlanningQuotaException(String message, Throwable cause)