} catch (UsernamePolicyException e) {
msgBroker.addErrorMessage("identity.profile.err.username");
} catch (PasswordPolicyException e) {
msgBroker.addErrorMessage("identity.profile.err.password");
} catch (PasswordConfirmationException e) {
msgBroker.addErrorMessage("identity.profile.err.confirm");
} catch (EmailPolicyException e) {
msgBroker.addErrorMessage("identity.profile.err.email");
} catch (javax.naming.NameAlreadyBoundException e) {
msgBroker.addErrorMessage("identity.profile.err.userExists");
}