We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a8812ba + 5429f7e commit 9d94325Copy full SHA for 9d94325
core/src/main/java/com/ibm/watson/developer_cloud/http/ServiceCall.java
@@ -25,8 +25,9 @@ public interface ServiceCall<T> {
25
* Synchronous request.
26
*
27
* @return the generic type
28
+ * @throws RuntimeException the exception from HTTP request
29
*/
- T execute();
30
+ T execute() throws RuntimeException;
31
32
/**
33
* Asynchronous requests, in this case, you receive a callback when the data has been received.
0 commit comments