Class RemoteExceptionData

java.lang.Object
org.apache.hadoop.yarn.webapp.RemoteExceptionData

@LimitedPrivate({"YARN","MapReduce"}) public class RemoteExceptionData extends Object
Contains the exception information from an exception thrown by the web service REST API's. Fields include: exception - exception type javaClassName - java class name of the exception message - a detailed message explaining the exception
  • Constructor Details

    • RemoteExceptionData

      public RemoteExceptionData()
    • RemoteExceptionData

      public RemoteExceptionData(String excep, String message, String className)
  • Method Details

    • getException

      public String getException()
    • getMessage

      public String getMessage()
    • getJavaClassName

      public String getJavaClassName()