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.ResourceOverCommitException
All Implemented Interfaces:
Serializable

@Public @Unstable public class ResourceOverCommitException extends PlanningException
This exception indicate that the reservation that has been attempted, would exceed the physical resources available in the Plan at the moment.
See Also:
  • Constructor Details

    • ResourceOverCommitException

      public ResourceOverCommitException(String message)
    • ResourceOverCommitException

      public ResourceOverCommitException(Throwable cause)
    • ResourceOverCommitException

      public ResourceOverCommitException(String message, Throwable cause)