public class UserRpcException extends RpcException
Constructor and Description |
---|
UserRpcException(CoordinationProtos.DrillbitEndpoint endpoint,
String message,
Throwable t) |
Modifier and Type | Method and Description |
---|---|
CoordinationProtos.DrillbitEndpoint |
getEndpoint() |
Throwable |
getUserException() |
String |
getUserMessage() |
getRemoteError, isRemote, mapException, mapException
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UserRpcException(CoordinationProtos.DrillbitEndpoint endpoint, String message, Throwable t)
public String getUserMessage()
public CoordinationProtos.DrillbitEndpoint getEndpoint()
public Throwable getUserException()
Copyright © 1970 The Apache Software Foundation. All rights reserved.