Exception BaseGrpcServiceException (2.36.1)

public class BaseGrpcServiceException extends BaseServiceException

Base class for all exceptions from grpc-based services.

Constructors

BaseGrpcServiceException(ApiException apiException)

public BaseGrpcServiceException(ApiException apiException)
Parameter
NameDescription
apiExceptionApiException

BaseGrpcServiceException(IOException exception, boolean idempotent)

protected BaseGrpcServiceException(IOException exception, boolean idempotent)
Parameters
NameDescription
exceptionIOException
idempotentboolean

BaseGrpcServiceException(String message, Throwable cause, int code, boolean retryable)

protected BaseGrpcServiceException(String message, Throwable cause, int code, boolean retryable)
Parameters
NameDescription
messageString
causeThrowable
codeint
retryableboolean