You are now ready to look at a second example that illustrates exceptions. This example, called SolicitColdCall, contains two nested try blocks and also illustrates the practice of defining your own custom exception classes and throwing another exception from Inside a try block. This example assumes that a sales company wants to have additional customers on its…