java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.hadoop.yarn.exceptions.YarnException
org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.privileged.PrivilegedOperationException
All Implemented Interfaces:
Serializable

public class PrivilegedOperationException extends org.apache.hadoop.yarn.exceptions.YarnException
See Also:
  • Constructor Details

    • PrivilegedOperationException

      public PrivilegedOperationException()
    • PrivilegedOperationException

      public PrivilegedOperationException(String message)
    • PrivilegedOperationException

      public PrivilegedOperationException(String message, int exitCode, String output, String errorOutput)
    • PrivilegedOperationException

      public PrivilegedOperationException(Throwable cause)
    • PrivilegedOperationException

      public PrivilegedOperationException(Throwable cause, int exitCode, String output, String errorOutput)
    • PrivilegedOperationException

      public PrivilegedOperationException(String message, Throwable cause)
  • Method Details

    • getExitCode

      public int getExitCode()
    • getOutput

      public String getOutput()
    • getErrorOutput

      public String getErrorOutput()