Skip to content
Snippets Groups Projects
Commit 34d553be authored by izabel's avatar izabel
Browse files

sample dropbox: catch throwable

SVN: 18951
parent ee904782
No related branches found
No related tags found
No related merge requests found
...@@ -114,7 +114,7 @@ public class SampleRegisteringDropbox implements IDataSetHandler ...@@ -114,7 +114,7 @@ public class SampleRegisteringDropbox implements IDataSetHandler
logSamplesExtracted(file, info); logSamplesExtracted(file, info);
service.registerSamples(info.getSamples(), userOrNull); service.registerSamples(info.getSamples(), userOrNull);
logSamplesRegistered(file, info); logSamplesRegistered(file, info);
} catch (Exception ex) } catch (Throwable ex)
{ {
String message = ex.getMessage(); String message = ex.getMessage();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment