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

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

Introduction

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

The text is from its open source code.

Constructor

Method

StringgetClassName()
StringtoString()
IOExceptionunwrapRemoteException()
Instantiate and return the exception wrapped up by this remote exception.
IOExceptionunwrapRemoteException(Class... lookupTypes)
If this remote exception wraps up one of the lookupTypes then return this exception.