org.apache.hadoop.yarn.factories
Interface YarnRemoteExceptionFactory

All Known Implementing Classes:
YarnRemoteExceptionFactoryPBImpl

public interface 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)
           
 

Method Detail

createYarnRemoteException

org.apache.hadoop.yarn.exceptions.YarnRemoteException createYarnRemoteException(String message)

createYarnRemoteException

org.apache.hadoop.yarn.exceptions.YarnRemoteException createYarnRemoteException(String message,
                                                                                Throwable t)

createYarnRemoteException

org.apache.hadoop.yarn.exceptions.YarnRemoteException createYarnRemoteException(Throwable t)


Copyright © 2012 Apache Software Foundation. All Rights Reserved.