How to catch any exceptions that occurs in a Future that is being interrupted in Java?
I am trying to implement a timeout on a save operation on a PDF document. I have this piece of code so far:
I am trying to implement a timeout on a save operation on a PDF document. I have this piece of code so far: