Q29
Single choice
The execution of the find method in the following code throws an exception:
11. em.find(Customer.class, custld);
12. //Where em is a reference to a extended scoped entity manager.
Which scenario can cause the exception?