org.apache.hadoop.yarn.exceptions
Class InvalidAuxServiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.hadoop.yarn.exceptions.YarnException
              extended by org.apache.hadoop.yarn.exceptions.InvalidAuxServiceException
All Implemented Interfaces:
Serializable

public class InvalidAuxServiceException
extends YarnException

This exception is thrown by a NodeManager that is rejecting start-container requests via ContainerManagementProtocol.startContainers(StartContainersRequest) for auxservices does not exist.

See Also:
Serialized Form

Constructor Summary
InvalidAuxServiceException(String msg)
           
 
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

InvalidAuxServiceException

public InvalidAuxServiceException(String msg)


Copyright © 2014 Apache Software Foundation. All Rights Reserved.