logger.severe("The other connection is still in the books.");
throw new LoginFailedException("Already logged in!");
}
}
logger.info(loginRequest.email + " logged in.");
sdbc = new ServerDBControl(employee, this, id);
} catch (LoginFailedException lfe) {
logger.info("Login failed: " + lfe.getMessage());
send(new ExceptionResponse(lfe));
} catch (DBDirtyException dbde) {
logger.info("Login failed: " + dbde.getMessage());