org.apache.hadoop.yarn.webapp
Class RemoteExceptionData

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

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 Summary
RemoteExceptionData()
           
RemoteExceptionData(String excep, String message, String className)
           
 
Method Summary
 String getException()
           
 String getJavaClassName()
           
 String getMessage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteExceptionData

public RemoteExceptionData()

RemoteExceptionData

public RemoteExceptionData(String excep,
                           String message,
                           String className)
Method Detail

getException

public String getException()

getMessage

public String getMessage()

getJavaClassName

public String getJavaClassName()


Copyright © 2012 Apache Software Foundation. All Rights Reserved.