Class InvalidContainerException

All Implemented Interfaces:
Serializable

public class InvalidContainerException extends YarnException
This exception is thrown by a NodeManager that is rejecting start-container requests via ContainerManagementProtocol.startContainers(StartContainersRequest) for containers allocated by a previous instance of the RM.
See Also:
  • Constructor Details

    • InvalidContainerException

      public InvalidContainerException(String msg)