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.
1 parent 36e1e69 commit 0963f89Copy full SHA for 0963f89
solid/src/main/java/com/inrupt/client/solid/SolidClient.java
@@ -65,7 +65,7 @@ public class SolidClient {
65
// It is acceptable for a SolidClient instance to be in a classpath without any implementation for
66
// JsonService, in which case the ProblemDetails exceptions will fallback to default and not be parsed.
67
js = ServiceProvider.getJsonService();
68
- } catch (Exception e) {
+ } catch (IllegalStateException e) {
69
js = null;
70
}
71
this.jsonService = js;
0 commit comments