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

@Public @Unstable public class PlanningException extends Exception
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 Details

    • PlanningException

      public PlanningException(String message)
    • PlanningException

      public PlanningException(Throwable cause)
    • PlanningException

      public PlanningException(String message, Throwable cause)