Example usage for org.apache.hadoop.yarn.exceptions YarnException subclass-usage

List of usage examples for org.apache.hadoop.yarn.exceptions YarnException subclass-usage

Introduction

In this page you can find the example usage for org.apache.hadoop.yarn.exceptions YarnException subclass-usage.

Usage

From source file org.apache.slider.core.main.ServiceLaunchException.java

/**
 * A service launch exception that includes an exit code;
 * when caught by the ServiceLauncher, it will convert that
 * into a process exit code.
 */
public class ServiceLaunchException extends YarnException implements ExitCodeProvider, LauncherExitCodes {