how to handle java.util.concurrent.ExecutionException exception?

Viewed 64637

Some part of my code is throwing java.util.concurrent.ExecutionException exception. How can I handle this? Can I use throws clause? I am a bit new to java.

3 Answers
Related