org.apache.hadoop.yarn.webapp
Class RemoteExceptionData
java.lang.Object
org.apache.hadoop.yarn.webapp.RemoteExceptionData
@InterfaceAudience.LimitedPrivate(value={"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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoteExceptionData
public RemoteExceptionData()
RemoteExceptionData
public RemoteExceptionData(String excep,
String message,
String className)
getException
public String getException()
getMessage
public String getMessage()
getJavaClassName
public String getJavaClassName()
Copyright © 2014 Apache Software Foundation. All Rights Reserved.