java.io.Serializablepublic class RpcNoSuchProtocolException extends RpcServerException
| Constructor | Description |
|---|---|
RpcNoSuchProtocolException(java.lang.String message) |
| Modifier and Type | Method | Description |
|---|---|---|
org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto |
getRpcErrorCodeProto() |
get the detailed rpc status corresponding to this exception
|
org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.RpcStatusProto |
getRpcStatusProto() |
get the rpc status corresponding to this exception
|
public RpcNoSuchProtocolException(java.lang.String message)
public org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.RpcStatusProto getRpcStatusProto()
getRpcStatusProto in class RpcServerExceptionpublic org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto getRpcErrorCodeProto()
getRpcErrorCodeProto in class RpcServerExceptionCopyright © 2008–2025 Apache Software Foundation. All rights reserved.