]> git.mxchange.org Git - jcontacts-lib.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Sun, 22 Jan 2023 03:23:08 +0000 (04:23 +0100)
committerRoland Häder <roland@mxchange.org>
Sun, 22 Jan 2023 03:23:08 +0000 (04:23 +0100)
- added missing documentation for thrown exception

src/org/mxchange/jcontacts/model/phone/AdminContactsPhoneSessionBeanRemote.java

index e31ffb06ee6ae96ea71d47d34124897512be3804..4c13d73b24d5039402cdb6dc0c0d1e059995a7f5 100644 (file)
@@ -60,6 +60,7 @@ public interface AdminContactsPhoneSessionBeanRemote extends Serializable {
         * <p>
         * @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;