Packages

package exception

Type Members

  1. class ConfigurationMissingException extends ConfigException

    Thrown when a configuration item cannot be found

  2. class LoopingException extends RuntimeException

    Thrown when a loop is detected in a workfloe

  3. class NoSchemaException extends RuntimeException

    Thrown when unable to find a schema for an oozie artifact

  4. class TransitionException extends RuntimeException

    Thrown when transition between oozie nodes is impossible

  5. class UnknownActionException extends RuntimeException

    Thrown when an unexpected action is encountered

  6. class UnknownStepException extends RuntimeException

    Thrown when an unexpected prepare step is encountered

Ungrouped