def __init__(self):
     super(LoginException, self).__init__('You are not on the list: ' + str(USER_NAMES.keys()) + ' Contact sgd-programmers to add your name to the list.')