org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair
Class AllocationConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
AllocationConfigurationException
public AllocationConfigurationException(String message)
AllocationConfigurationException
public AllocationConfigurationException(String message,
Throwable t)
Copyright © 2014 Apache Software Foundation. All Rights Reserved.