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
This exception is thrown if the user quota is exceed while accepting or
updating a reservation.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPlanningQuotaException(String message) PlanningQuotaException(String message, Throwable cause) PlanningQuotaException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PlanningQuotaException
-
PlanningQuotaException
-
PlanningQuotaException
-