101102103104105106107108109110111
String[] roles) throws Exception { try { RealmMgmt rlm = new RealmMgmt(); rlm.createUser(realm, user, password, roles); } catch (Exception e) { throw ExceptionHandler.getException(e, this); }