Java org.apache.hadoop.yarn.ipc RPCUtil fields, constructors, methods, implement or subclass

Example usage for Java org.apache.hadoop.yarn.ipc RPCUtil fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.hadoop.yarn.ipc RPCUtil.

The text is from its open source code.

Method

YarnExceptiongetRemoteException(Throwable t)
Returns an instance of YarnException
YarnExceptiongetRemoteException(String message)
Returns an instance of YarnException
VoidunwrapAndThrowException(ServiceException se)
Utility method that unwraps and returns appropriate exceptions.