Class InvalidAllocationTagsQueryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.hadoop.yarn.exceptions.YarnException
org.apache.hadoop.yarn.server.resourcemanager.scheduler.constraint.InvalidAllocationTagsQueryException
- All Implemented Interfaces:
Serializable
public class InvalidAllocationTagsQueryException
extends org.apache.hadoop.yarn.exceptions.YarnException
Exception when invalid parameter specified to do placement tags related
queries.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidAllocationTagsQueryException(org.apache.hadoop.yarn.exceptions.YarnException e) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidAllocationTagsQueryException
-
InvalidAllocationTagsQueryException
public InvalidAllocationTagsQueryException(org.apache.hadoop.yarn.exceptions.YarnException e)
-