Object response, Lifecycle lifecycle) throws FacesException {
if (constructor != null) {
try {
MockExternalContext12 mockExternalContext12 = new MockExternalContext12((ServletContext) context,
(HttpServletRequest) request, (HttpServletResponse) response);
return constructor.newInstance(mockExternalContext12, lifecycle);
} catch (RuntimeException e) {
throw e;