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