Class PlanningException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.hadoop.yarn.server.resourcemanager.reservation.exceptions.PlanningException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ContractValidationException,PlanningQuotaException,ResourceOverCommitException
Exception thrown by the admission control subsystem when there is a problem
in trying to find an allocation for a user
ReservationSubmissionRequest.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPlanningException(String message) PlanningException(String message, Throwable cause) PlanningException(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
-
PlanningException
-
PlanningException
-
PlanningException
-