java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.converter.PreconditionException
All Implemented Interfaces:
Serializable

public class PreconditionException extends RuntimeException
Indicates that some preconditions were not met before FS->CS conversion.
See Also:
  • Constructor Details

    • PreconditionException

      public PreconditionException(String message)
    • PreconditionException

      public PreconditionException(String message, Throwable cause)
    • PreconditionException

      public PreconditionException(String message, org.apache.commons.cli.MissingArgumentException ex)