A project built using REFramework pulls phone numbers from a database of employees and creates queue items for each one. Following processing, these elements must be added to a financing application. The queue item holding a phone number becomes invalid if a digit is accidentally left out because of a human mistake. As a requirement, queue items that contain partial numbers should not be accepted. What type of error should be thrown according to best practices?
Select an option, then click Submit answer.
Reference / correct answer:
Most accepted answer: A. Business Exception
Community votes: A=1
Selected Answer: A Business exception. upvoted 4 times
B is correct. Business Exceptions contain applicable data however, that data does not meet business requirements and a customized exception is thrown. upvoted 1 times 6eebb19 1 year, 9 months ago Can someone confirm this? Thanks! upvoted 1 times kingkayy 1 year, 9 months ago It is a business exception. It involves a human error in this case. It has nothing to do with system or application. System exception becomes an application exception in orchestrator. Both options have been made available in this case. upvoted 2 times ... ...
Can someone confirm this? Thanks! upvoted 1 times kingkayy 1 year, 9 months ago It is a business exception. It involves a human error in this case. It has nothing to do with system or application. System exception becomes an application exception in orchestrator. Both options have been made available in this case. upvoted 2 times ...
It is a business exception. It involves a human error in this case. It has nothing to do with system or application. System exception becomes an application exception in orchestrator. Both options have been made available in this case. upvoted 2 times