]> git.mxchange.org Git - jphone-core.git/commit
Continued:
authorRoland Häder <roland@mxchange.org>
Sun, 15 Oct 2017 20:39:34 +0000 (22:39 +0200)
committerRoland Häder <roland@mxchange.org>
Mon, 16 Oct 2017 19:16:44 +0000 (21:16 +0200)
commit9ac34bb3b05b43f131b9a5496827d5e068e2695b
tree3101726b787ead32eee56bdc38898f61aba1c129
parent64be91aa6d187e29201c82b75171c8dd6b440679
Continued:
- moved exceptions to own packages
- added exception when a mobile provider was not found
- added constructor with only phoneId

Signed-off-by: Roland Häder <roland@mxchange.org>
src/org/mxchange/jphone/exceptions/MobileProviderAlreadyAddedException.java [deleted file]
src/org/mxchange/jphone/exceptions/PhoneEntityNotFoundException.java [deleted file]
src/org/mxchange/jphone/exceptions/PhoneNumberAlreadyLinkedException.java [deleted file]
src/org/mxchange/jphone/exceptions/PhoneNumberNotLinkedException.java [deleted file]
src/org/mxchange/jphone/exceptions/mobileprovider/MobileProviderAlreadyAddedException.java [new file with mode: 0644]
src/org/mxchange/jphone/exceptions/mobileprovider/MobileProviderNotFoundException.java [new file with mode: 0644]
src/org/mxchange/jphone/exceptions/phone/PhoneEntityNotFoundException.java [new file with mode: 0644]
src/org/mxchange/jphone/exceptions/phone/PhoneNumberAlreadyLinkedException.java [new file with mode: 0644]
src/org/mxchange/jphone/exceptions/phone/PhoneNumberNotLinkedException.java [new file with mode: 0644]