> @@ -16,7 +16,7 @@
> */
> package org.jclouds.softlayer.exceptions;
>
> -public class SoftLayerOrderItemDuplicateException extends RuntimeException {
> +public class SoftLayerOrderItemDuplicateException extends
> IllegalStateException {
> This is quite a relevant change, so I think it is a good discussion have in
> the mailing list.
Indeed. If this is broken now and we want to fix it (which I can imagine we
want to!), how about `IllegalArgumentException`,
`UnsupportedOperationException` (meh), `ResourceNotFoundException` (meh) or
`HttpResponseException`?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/204/files#r7653827