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
This exception is thrown when an Application Master tries to release
containers not belonging to it using
ApplicationMasterProtocol.allocate(AllocateRequest) API.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidContainerReleaseException(String message) InvalidContainerReleaseException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidContainerReleaseException
-
InvalidContainerReleaseException
-
InvalidContainerReleaseException
-