org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair
Class AllocationConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.AllocationConfigurationException
All Implemented Interfaces:
Serializable

@InterfaceAudience.Private
@InterfaceStability.Unstable
public class AllocationConfigurationException
extends Exception

Thrown when the allocation file for QueueManager is malformed.

See Also:
Serialized Form

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

AllocationConfigurationException

public AllocationConfigurationException(String message)

AllocationConfigurationException

public AllocationConfigurationException(String message,
                                        Throwable t)


Copyright © 2014 Apache Software Foundation. All Rights Reserved.