]> git.mxchange.org Git - jshop-lib.git/commitdiff
Added thrown exception + updated jar
authorRoland Haeder <roland@mxchange.org>
Fri, 18 Sep 2015 07:12:52 +0000 (09:12 +0200)
committerRoland Haeder <roland@mxchange.org>
Fri, 18 Sep 2015 07:12:52 +0000 (09:12 +0200)
Signed-off-by:Roland Häder <roland@mxchange.org>

lib/jcore.jar
lib/jshop-core.jar
src/org/mxchange/jshopcore/model/customer/CustomerSessionBeanRemote.java

index 84fd55cbf297f4759a11f63539e65fa2d8a7b388..12190beef63bed67f80a91b64eeee71aede608fc 100644 (file)
Binary files a/lib/jcore.jar and b/lib/jcore.jar differ
index 1a5a2199ebb9c8c0b4140c9663b2ba281aadda68..db970a553c3fac3f743624f47c6beb152c5a6a8b 100644 (file)
Binary files a/lib/jshop-core.jar and b/lib/jshop-core.jar differ
index 0ee29d2f835645741667420f14f5a8c1a9d6cff9..2803e84cd8c61d7bedecd2e4660ee6ef6b59b490 100644 (file)
@@ -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