org.apache.hadoop.yarn.server.resourcemanager.reservation.exceptions
Class PlanningException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
PlanningException(String message)
           
PlanningException(String message, Throwable cause)
           
PlanningException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.