public class RpcException extends DrillIOException
| Constructor and Description |
|---|
RpcException() |
RpcException(String message) |
RpcException(String message,
Throwable cause) |
RpcException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
UserBitShared.DrillPBError |
getRemoteError() |
boolean |
isRemote() |
static RpcException |
mapException(String message,
Throwable t) |
static RpcException |
mapException(Throwable t) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RpcException()
public RpcException(String message)
public RpcException(Throwable cause)
public static RpcException mapException(Throwable t)
public static RpcException mapException(String message, Throwable t)
public boolean isRemote()
public UserBitShared.DrillPBError getRemoteError()
Copyright © 2021 The Apache Software Foundation. All rights reserved.