> @@ -69,9 +69,7 @@ else if (message != null && message.indexOf("currently in
> use") != -1)
> exception = new IllegalStateException(message, exception);
> break;
> case 404:
> - if
> (!command.getCurrentRequest().getMethod().equals("DELETE")) {
> - exception = new ResourceNotFoundException(message,
> exception);
> - }
> + exception = new ResourceNotFoundException(message, exception);
why?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/113/files#r20874956