org.apache.hadoop.yarn.exceptions
Class InvalidContainerReleaseException

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.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

Constructor Summary
InvalidContainerReleaseException(String message)
           
InvalidContainerReleaseException(String message, Throwable cause)
           
InvalidContainerReleaseException(Throwable cause)
           
 
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

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.