public class BaseGrpcServiceException extends BaseServiceException
Base class for all exceptions from grpc-based services.
Constructors
BaseGrpcServiceException(ApiException apiException)
public BaseGrpcServiceException(ApiException apiException)
Parameter | |
---|---|
Name | Description |
apiException |
ApiException |
BaseGrpcServiceException(IOException exception, boolean idempotent)
protected BaseGrpcServiceException(IOException exception, boolean idempotent)
Parameters | |
---|---|
Name | Description |
exception |
IOException |
idempotent |
boolean |
BaseGrpcServiceException(String message, Throwable cause, int code, boolean retryable)
protected BaseGrpcServiceException(String message, Throwable cause, int code, boolean retryable)
Parameters | |
---|---|
Name | Description |
message |
String |
cause |
Throwable |
code |
int |
retryable |
boolean |