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

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.hadoop.yarn.server.resourcemanager.reservation.exceptions.PlanningException
              extended by org.apache.hadoop.yarn.server.resourcemanager.reservation.exceptions.ResourceOverCommitException
All Implemented Interfaces:
Serializable

@InterfaceAudience.Public
@InterfaceStability.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:
Serialized Form

Constructor Summary
ResourceOverCommitException(String message)
           
ResourceOverCommitException(String message, Throwable cause)
           
ResourceOverCommitException(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

ResourceOverCommitException

public ResourceOverCommitException(String message)

ResourceOverCommitException

public ResourceOverCommitException(Throwable cause)

ResourceOverCommitException

public ResourceOverCommitException(String message,
                                   Throwable cause)


Copyright © 2014 Apache Software Foundation. All Rights Reserved.