public class RpcNoSuchProtocolException extends RpcServerException
Constructor and Description |
---|
RpcNoSuchProtocolException(String message) |
Modifier and Type | Method and Description |
---|---|
RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto |
getRpcErrorCodeProto()
get the detailed rpc status corresponding to this exception
|
RpcHeaderProtos.RpcResponseHeaderProto.RpcStatusProto |
getRpcStatusProto()
get the rpc status corresponding to this exception
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public RpcNoSuchProtocolException(String message)
public RpcHeaderProtos.RpcResponseHeaderProto.RpcStatusProto getRpcStatusProto()
getRpcStatusProto
in class RpcServerException
public RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto getRpcErrorCodeProto()
getRpcErrorCodeProto
in class RpcServerException
Copyright © 2013 Apache Software Foundation. All rights reserved.