From: Roland Häder Date: Sun, 22 Jan 2023 03:23:08 +0000 (+0100) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=00496c47e3fb2397fd22ad61088ee427927c684f;p=jcontacts-lib.git Continued: - added missing documentation for thrown exception --- diff --git a/src/org/mxchange/jcontacts/model/phone/AdminContactsPhoneSessionBeanRemote.java b/src/org/mxchange/jcontacts/model/phone/AdminContactsPhoneSessionBeanRemote.java index e31ffb0..4c13d73 100644 --- a/src/org/mxchange/jcontacts/model/phone/AdminContactsPhoneSessionBeanRemote.java +++ b/src/org/mxchange/jcontacts/model/phone/AdminContactsPhoneSessionBeanRemote.java @@ -60,6 +60,7 @@ public interface AdminContactsPhoneSessionBeanRemote extends Serializable { *

* @throws PhoneNumberAlreadyLinkedException If a land-line number is * already linked in contact + * @throws ContactNotFoundException If the contact instance was not found */ Contact linkExistingLandLineNumberWithContact (final Contact contact, final DialableLandLineNumber landLineNumber) throws PhoneNumberAlreadyLinkedException, ContactNotFoundException;