From 3c3e933d9b0fc884e0eadf10ea68cf00a50adc20 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Wed, 13 Apr 2016 18:38:16 +0200 Subject: [PATCH] This business method throws an exception if the mobile provider has already been added. If this method throws it, it means that a possible controller didn't take care of it. --- lib/jphone-core.jar | Bin 27773 -> 29208 bytes ...dminMobileProviderSingletonBeanRemote.java | 5 ++++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/jphone-core.jar b/lib/jphone-core.jar index 7a1726a03bf0ecb905d4ae5aa1b7b6aa6cb6a500..b880b877b91245fa7c87f027511432060a1f9144 100644 GIT binary patch delta 882 zcmex+gK@?aMxFp~W)?061`Y;>t|=3FG?_Z5Of+A>w7h5HO$8A7TN6l5R%0{(Q4x&h zK>5iN8LdIQbBwkiikHb9M1?Uqf~c8HZXoI*lMjfR$f!2?bQ&)g%!=hbn{$|(7=coo zKd`K37VMnT>v4IRYtDWa1_luJm^@KkeDa5M1!l*Tl*unRelxmE-l!uA7m?%2m(=jh zPs+?m4JgVl%S=fva?B}8O-!i-sb9f0e{!%CT=nKgZg(b-RdYGCSwZwE-iKiRT7fJf z5MNSx4VZsibtl+KP3l|uLE@I?cffpcOI868U(Qoj5JcNX&1VMD_hMaGnYyM-R!O!5 z1xI|c15kAG!enq5T?PsQd3-5g!GIKZkdm1x-XOteDZU`eG&LMV^`!=asE4UxAj&c= z21LzFk(sQ{5AJG?`9zPc&b^bgX;gO$8A7TN6l5R%0{(Q4x&h zAZj9`HHbRLXbYlvncP8C7?UH2n#tq_q8>8&fT)R#YLh=?^K!wgIM%&6hq;LnD7Eg0=A>XSDZ3Qo?+2fL;rUxukn9V~iJhaYYPN0*Fs6;L|}yP+7NYYw(I-;Q%~g0tA< z4K@gS<3a@-SMxJ4fUq5kCT>fpCRw-*&X0} * @return Updated instance + *

+ * @throws org.mxchange.jphone.exceptions.MobileProviderAlreadyAddedException Thrown if the mobile provider is already added */ - MobileProvider addMobileProvider (final MobileProvider mobileProvider); + MobileProvider addMobileProvider (final MobileProvider mobileProvider) throws MobileProviderAlreadyAddedException; } -- 2.39.5