@InterfaceAudience.Private
 @InterfaceStability.Unstable
public class ContainerExecutionException
extends org.apache.hadoop.yarn.exceptions.YarnException
| Constructor and Description | 
|---|
| ContainerExecutionException(String message) | 
| ContainerExecutionException(String message,
                           int exitCode) | 
| ContainerExecutionException(String message,
                           int exitCode,
                           String output,
                           String errorOutput) | 
| ContainerExecutionException(Throwable throwable) | 
| ContainerExecutionException(Throwable cause,
                           int exitCode,
                           String output,
                           String errorOutput) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getErrorOutput() | 
| int | getExitCode() | 
| String | getOutput() | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ContainerExecutionException(String message)
public ContainerExecutionException(Throwable throwable)
public ContainerExecutionException(String message, int exitCode)
public ContainerExecutionException(String message, int exitCode, String output, String errorOutput)
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.