ValidatorException validatorException;
if(e instanceof RequiredValidatorException)
{
validatorException = new RequiredValidatorException(
ExtValUtils.convertFacesMessage(e.getFacesMessage()), e.getCause());
}
else
{
validatorException = new ValidatorException(