Class BaseGrpcServiceException

    • Constructor Detail

      • BaseGrpcServiceException

        @InternalApi("This class should only be extended within google-cloud-java")
        protected BaseGrpcServiceException​(String message,
                                           Throwable cause,
                                           int code,
                                           boolean retryable)
      • BaseGrpcServiceException

        @InternalApi("This class should only be extended within google-cloud-java")
        protected BaseGrpcServiceException​(IOException exception,
                                           boolean idempotent)
      • BaseGrpcServiceException

        @BetaApi
        public BaseGrpcServiceException​(com.google.api.gax.rpc.ApiException apiException)