Package org.apache.hadoop.yarn.webapp
Class RemoteExceptionData
java.lang.Object
org.apache.hadoop.yarn.webapp.RemoteExceptionData
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
RemoteExceptionData
public RemoteExceptionData() -
RemoteExceptionData
-
-
Method Details
-
getException
-
getMessage
-
getJavaClassName
-