org.apache.hadoop.yarn.factories.impl.pb
Class YarnRemoteExceptionFactoryPBImpl

java.lang.Object
  extended by org.apache.hadoop.yarn.factories.impl.pb.YarnRemoteExceptionFactoryPBImpl
All Implemented Interfaces:
YarnRemoteExceptionFactory

public class YarnRemoteExceptionFactoryPBImpl
extends Object
implements YarnRemoteExceptionFactory


Method Summary
 org.apache.hadoop.yarn.exceptions.YarnRemoteException createYarnRemoteException(String message)
           
 org.apache.hadoop.yarn.exceptions.YarnRemoteException createYarnRemoteException(String message, Throwable t)
           
 org.apache.hadoop.yarn.exceptions.YarnRemoteException createYarnRemoteException(Throwable t)
           
static YarnRemoteExceptionFactory get()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

get

public static YarnRemoteExceptionFactory get()

createYarnRemoteException

public org.apache.hadoop.yarn.exceptions.YarnRemoteException createYarnRemoteException(String message)
Specified by:
createYarnRemoteException in interface YarnRemoteExceptionFactory

createYarnRemoteException

public org.apache.hadoop.yarn.exceptions.YarnRemoteException createYarnRemoteException(String message,
                                                                                       Throwable t)
Specified by:
createYarnRemoteException in interface YarnRemoteExceptionFactory

createYarnRemoteException

public org.apache.hadoop.yarn.exceptions.YarnRemoteException createYarnRemoteException(Throwable t)
Specified by:
createYarnRemoteException in interface YarnRemoteExceptionFactory


Copyright © 2012 Apache Software Foundation. All Rights Reserved.