throw new RuntimeException(exception);
Edit: If there weren't exceptions for every mundane thing I think I would prefer no checked exceptions also.
throw new RuntimeException(exception);
Edit: If there weren't exceptions for every mundane thing I think I would prefer no checked exceptions also.