From 00496c47e3fb2397fd22ad61088ee427927c684f Mon Sep 17 00:00:00 2001
From: =?utf8?q?Roland=20H=C3=A4der?= <roland@mxchange.org>
Date: Sun, 22 Jan 2023 04:23:08 +0100
Subject: [PATCH] Continued: - added missing documentation for thrown exception

---
 .../model/phone/AdminContactsPhoneSessionBeanRemote.java         | 1 +
 1 file changed, 1 insertion(+)

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 {
 	 * <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;
 
-- 
2.39.5