Class RpcNoSuchMethodException

All Implemented Interfaces:
Serializable

public class RpcNoSuchMethodException extends RpcServerException
No such Method for an Rpc Call
See Also:
  • Constructor Details

    • RpcNoSuchMethodException

      public RpcNoSuchMethodException(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.