@InterfaceAudience.Public
@InterfaceStability.Evolving
public interface HasFailedRpcException
KuduException
s that can tell you which
RPC failed.Modifier and Type | Method and Description |
---|---|
org.apache.kudu.client.KuduRpc<?> |
getFailedRpc()
Returns the RPC that caused this exception.
|
Copyright © 2017 The Apache Software Foundation. All rights reserved.