fixed exception name

rest-collector
Lucio Lelii 4 years ago
parent ee9e001fcc
commit bc84828fc5

@ -95,7 +95,7 @@ public class CollectorStubs implements RegistryStub {
}
}catch (ResourceDoesNotExistException | RemoveException e) {
throw e;
}catch (Exception e) {
}catch (Exception e1) {
throw new RemoveException("connection error removing resource");
}
}

Loading…
Cancel
Save