Details
-
Question
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Currently we create a object of provider exception and then have a boolean flag to handle the throw. Why not to directly throw exception?
ProviderException pe = new ProviderException("");
Any reason of doing this? I would like to clean this up if no objections.