org.apache.hadoop.yarn.server.resourcemanager.reservation.exceptions
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, MismatchedUserException, PlanningQuotaException, ResourceOverCommitException
@InterfaceAudience.Public
@InterfaceStability.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:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
PlanningException
public PlanningException(String message)
PlanningException
public PlanningException(Throwable cause)
PlanningException
public PlanningException(String message,
Throwable cause)
Copyright © 2014 Apache Software Foundation. All Rights Reserved.