Package org.apache.drill.exec.rpc
Class UserRpcException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.drill.common.exceptions.DrillIOException
org.apache.drill.exec.rpc.RpcException
org.apache.drill.exec.rpc.UserRpcException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionUserRpcException
(CoordinationProtos.DrillbitEndpoint endpoint, String message, Throwable t) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class org.apache.drill.exec.rpc.RpcException
getRemoteError, isRemote, mapException, mapException
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UserRpcException
-
-
Method Details
-
getUserMessage
-
getEndpoint
-
getUserException
-