public void testGetCheckedUntimed_exceptionClassSomePrivateConstructors() { try { getChecked(FAILED_FUTURE_CHECKED_EXCEPTION, ExceptionWithSomePrivateConstructors.class); fail(); } catch (ExceptionWithSomePrivateConstructors expected) { } }