When there is no connector impl specified, ex. OCCI infrastructure when running MART server right after checking it out, a java.lang.UnsupportedOperationException is raised but without any error message.
Creating this exception with an error message ("No connector / impl found for action Y in extension X, you probably add it in your (runtime / MART server) dependencies") would help the user to know where it comes from: not from MART, not from connector impl itself, and from which extension precisely.
Encountered in cgourdin/MartServer#50