1Z0-811 Exception Handling and Development Tools • Set 4
1Z0-811 Exception Handling and Development Tools Practice Test 4 — 15 questions with explanations. Free, no signup.
A team is designing a library that handles network timeouts. They create a custom exception `NetworkTimeoutException` that extends `Exception`. They want to ensure that callers are forced to handle this exception. Which declaration is appropriate for a method that throws this exception?