I have a checked exception that I would want my Room DAO method to be able to throw. How can I achieve that?
Here is what I have tried:
public class My