} catch (Exception ex) {
Throwable t = getOrThrowActualException(ex);
LOG.severe(new org.apache.cxf.common.i18n.Message("CLASS_CONSTRUCTOR_FAILURE",
BUNDLE,
pClass.getName()).toString());
throw new ClientErrorException(HttpUtils.getParameterFailureStatus(pType), t);
}
if (result == null) {
// check for valueOf(String) static methods
String[] methodNames = cls.isEnum()
? new String[] {"fromString", "fromValue", "valueOf"}