Skip to content

Commit

Permalink
Update CMISSiglaStorageConfiguration.java
Browse files Browse the repository at this point in the history
  • Loading branch information
mspasiano committed Sep 25, 2017
1 parent 7247e7b commit f551c72
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -233,7 +233,7 @@ public StorageObject createDocument(InputStream inputStream, String contentType,
contentType,
inputStream),
VersioningState.MAJOR);
} catch (CmisConstraintException |CmisNameConstraintViolationException _ex) {
} catch (CmisConstraintException |CmisNameConstraintViolationException|CmisContentAlreadyExistsException _ex) {
throw new StorageException(StorageException.Type.CONSTRAINT_VIOLATED, _ex.getMessage(), _ex);
} catch (CmisBaseException _ex) {
throw new StorageException(StorageException.Type.GENERIC, _ex.getMessage(), _ex);
Expand Down

0 comments on commit f551c72

Please sign in to comment.