Skip to content
Snippets Groups Projects
Commit 7cd38c66 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

exception changed

parent 48f1a718
No related branches found
No related tags found
1 merge request!156Resolve "search by chemical names"
Pipeline #
......@@ -236,7 +236,7 @@ public class ChemicalParser extends CachableInterface implements IExternalServic
}
}
} catch (FileNotFoundException e) {
} catch (WrongResponseCodeIOException e) {
// it means that there are no results for this query
} catch (IOException e) {
throw new ChemicalSearchException("ctdbase service unavailable", e);
......
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