catch IllegalStateException during repository import

This commit is contained in:
Sebastian Sdorra
2014-11-29 14:05:07 +01:00
parent 7a00bff77b
commit 337e9693ca

View File

@@ -239,6 +239,11 @@ public abstract class AbstactImportHandler implements AdvancedImportHandler
builder.addFailedDirectory(repositoryName);
handleException(ex, throwExceptions);
}
catch (IllegalStateException ex)
{
builder.addFailedDirectory(repositoryName);
handleException(ex, throwExceptions);
}
catch (RepositoryException ex)
{
builder.addFailedDirectory(repositoryName);