org.apache.hadoop.yarn.exceptions
Class InvalidContainerReleaseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.hadoop.yarn.exceptions.YarnException
org.apache.hadoop.yarn.exceptions.InvalidContainerReleaseException
- All Implemented Interfaces:
- Serializable
public class InvalidContainerReleaseException
- extends YarnException
This exception is thrown when an Application Master tries to release
containers not belonging to it using
ApplicationMasterProtocol.allocate(AllocateRequest) API.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidContainerReleaseException
public InvalidContainerReleaseException(Throwable cause)
InvalidContainerReleaseException
public InvalidContainerReleaseException(String message)
InvalidContainerReleaseException
public InvalidContainerReleaseException(String message,
Throwable cause)
Copyright © 2014 Apache Software Foundation. All Rights Reserved.