Uses of Class
org.apache.hadoop.ipc.RpcException

Packages that use RpcException
org.apache.hadoop.ipc Tools to help define network clients and servers. 
 

Uses of RpcException in org.apache.hadoop.ipc
 

Subclasses of RpcException in org.apache.hadoop.ipc
static class RPC.VersionMismatch
          A version mismatch for the RPC protocol.
 class RpcClientException
          Indicates an exception in the RPC client
 class RpcNoSuchMethodException
          No such Method for an Rpc Call
 class RpcNoSuchProtocolException
          No such protocol (i.e.
 class RpcServerException
          Indicates an exception on the RPC server
 class UnexpectedServerException
          Indicates that the RPC server encountered an undeclared exception from the service
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.