ArrayOutOfBoundException instead of DataProviderException?
RowKey rowKey=myPataProvider.findFirst("PK", pk);
ThefindFirstmethod above is throwing ArrayOutOfBoundException when thepkis not available. But according to the documentation it should throw DataProviderException. Why is it throwing ArrayOutOfBoundException?
Thank you very much.

