Class RpcNoSuchProtocolException

All Implemented Interfaces:
Serializable

public class RpcNoSuchProtocolException extends RpcServerException
No such protocol (i.e. interface) for and Rpc Call
See Also:
  • Constructor Details

    • RpcNoSuchProtocolException

      public RpcNoSuchProtocolException(String message)
  • Method Details

    • getRpcStatusProto

      public org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.RpcStatusProto getRpcStatusProto()
      get the rpc status corresponding to this exception
      Overrides:
      getRpcStatusProto in class RpcServerException
      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:
      getRpcErrorCodeProto in class RpcServerException
      Returns:
      get the detailed rpc status corresponding to this exception.