> @@ -16,7 +16,7 @@
> */
> package org.jclouds.softlayer.exceptions;
>
> -public class SoftLayerOrderItemDuplicateException extends RuntimeException {
> +public class SoftLayerOrderItemDuplicateException extends
> IllegalStateException {I'd rather extend `HttpResponseException`, I think is semantically more correct. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/204/files#r7654497
