Package org.apache.hadoop.ipc
Class RpcNoSuchProtocolException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.ipc.RpcException
org.apache.hadoop.ipc.RpcServerException
org.apache.hadoop.ipc.RpcNoSuchProtocolException
- All Implemented Interfaces:
Serializable
No such protocol (i.e. interface) for and Rpc Call
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProtoget the detailed rpc status corresponding to this exceptionorg.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.RpcStatusProtoget the rpc status corresponding to this exceptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RpcNoSuchProtocolException
-
-
Method Details
-
getRpcStatusProto
public org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.RpcStatusProto getRpcStatusProto()get the rpc status corresponding to this exception- Overrides:
getRpcStatusProtoin classRpcServerException- Returns:
- get the rpc status corresponding to this exception.
-
getRpcErrorCodeProto
public org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto getRpcErrorCodeProto()get the detailed rpc status corresponding to this exception- Overrides:
getRpcErrorCodeProtoin classRpcServerException- Returns:
- get the detailed rpc status corresponding to this exception.
-