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 1aba0b5 + b3d68f4 commit 9398da1Copy full SHA for 9398da1
src/main/java/com/docusign/App.java
@@ -73,7 +73,7 @@ private static void initFileSystem() {
73
try {
74
FileSystems.newFileSystem(new URI(""), Collections.emptyMap());
75
log.info("FileSystem initialized successfully");
76
- } catch (FileSystemAlreadyExistsException | URISyntaxException | IOException e) {
+ } catch (Exception e) {
77
if (e instanceof FileSystemAlreadyExistsException) {
78
log.info("FileSystem is already initialized");
79
} else {
0 commit comments