// Give message to administration what happened here.
// Give message to administration what happened here.
thrownewPermissionDeniedException("User "+getSessionhandler().getUser()+" does not have permission to create user!",securitybean);
thrownewPermissionDeniedException(securitybean,getSessionhandler().getUser(),"User "+getSessionhandler().getUser()+" does not have permission to create user!");