> + }
> + break;
> + case 405:
> + exception = new IllegalArgumentException(message, exception);
> + break;
> + case 409:
> + exception = new IllegalStateException(message, exception);
> + break;
> + }
> + } finally {
> + closeQuietly(response.getPayload());
> + command.setException(exception);
> + }
> + }
> +
> + public String parseMessage(HttpResponse response) {
Make this method private
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/116/files#r21863472