org.apache.hadoop.yarn.server.resourcemanager.reservation.exceptions
Class ContractValidationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.hadoop.yarn.server.resourcemanager.reservation.exceptions.PlanningException
              extended by org.apache.hadoop.yarn.server.resourcemanager.reservation.exceptions.ContractValidationException
All Implemented Interfaces:
Serializable

@InterfaceAudience.Public
@InterfaceStability.Unstable
public class ContractValidationException
extends PlanningException

This exception is thrown if the request made is not syntactically valid.

See Also:
Serialized Form

Constructor Summary
ContractValidationException(String message)
           
 
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

ContractValidationException

public ContractValidationException(String message)


Copyright © 2014 Apache Software Foundation. All Rights Reserved.