Class PreconditionException
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
Indicates that some preconditions were not met
before FS->CS conversion.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPreconditionException(String message) PreconditionException(String message, Throwable cause) PreconditionException(String message, org.apache.commons.cli.MissingArgumentException ex) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PreconditionException
-
PreconditionException
-
PreconditionException
-