From: Roland Haeder Date: Fri, 18 Sep 2015 07:12:52 +0000 (+0200) Subject: Added thrown exception + updated jar X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ea6b77a00b9853bea6a29d02b52fd0bd8b8a6a78;p=jshop-lib.git Added thrown exception + updated jar Signed-off-by:Roland Häder --- diff --git a/lib/jcore.jar b/lib/jcore.jar index 84fd55c..12190be 100644 Binary files a/lib/jcore.jar and b/lib/jcore.jar differ diff --git a/lib/jshop-core.jar b/lib/jshop-core.jar index 1a5a219..db970a5 100644 Binary files a/lib/jshop-core.jar and b/lib/jshop-core.jar differ diff --git a/src/org/mxchange/jshopcore/model/customer/CustomerSessionBeanRemote.java b/src/org/mxchange/jshopcore/model/customer/CustomerSessionBeanRemote.java index 0ee29d2..2803e84 100644 --- a/src/org/mxchange/jshopcore/model/customer/CustomerSessionBeanRemote.java +++ b/src/org/mxchange/jshopcore/model/customer/CustomerSessionBeanRemote.java @@ -34,8 +34,9 @@ public interface CustomerSessionBeanRemote extends Serializable { * * @param customer Initial Customer instance * @return Prepared Customer instance + * @throws org.mxchange.jshopcore.exceptions.QueryNotExecutedException If the SQL query did not execute */ - public Customer fillCustomerData (final Customer customer); + public Customer fillCustomerData (final Customer customer) throws QueryNotExecutedException; /** * Checks if the the given customer instance is already registered