> + "\"{\"code\":\"InvalidState\",\"message\":\"An
> incompatible transition has already been queued for this resource\"}\"",
> + IllegalStateException.class);
> + }
> +
> + private void assertCodeMakes(String method, URI uri, int statusCode,
> + String message, String content, Class<? extends
> Exception> expected) {
> + assertCodeMakes(method, uri, statusCode, message,
> "application/json",
> + content, expected);
> + }
> +
> + private void assertCodeMakes(String method, URI uri, int statusCode,
> + String message, String contentType, String content,
> + Class<? extends Exception> expected) {
> +
> + /*
> + * OrionErrorHandler function = new OrionErrorHandler();
Why commented out? Need at least an explanation why.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/45/files#r14715647