How-to articles, tricks, and solutions about MULTI-CATCH
Can I catch multiple Java exceptions in the same catch clause?
Yes, you can catch multiple exceptions in the same catch clause in Java.