Class RMContainerAllocationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.hadoop.mapreduce.v2.app.rm.RMContainerAllocationException
All Implemented Interfaces:
Serializable

public class RMContainerAllocationException extends Exception
Exception to denote fatal failure in allocating containers from RM.
See Also:
  • Constructor Details

    • RMContainerAllocationException

      public RMContainerAllocationException(Throwable cause)
    • RMContainerAllocationException

      public RMContainerAllocationException(String message)
    • RMContainerAllocationException

      public RMContainerAllocationException(String message, Throwable cause)