737475767778798081
throw new KeyNotFoundException("activation key: " + getActivationKey()); } if (isExpired(key.getCreationDate(), LINK_ACTIVE_DAYS)) { throw new ActivationLinkExpiredException("Activation link expired:" + getActivationKey()); } }