simple-java-mail icon indicating copy to clipboard operation
simple-java-mail copied to clipboard

fixed exception handling for acquireTransport

Open rahulbhawsar opened this issue 1 year ago • 0 comments

Hi, Please review these changes, below are the changes

  1. returning null as, Optional.ofNullable() will skip the next mapping and throw an exception if the value is null.
  2. apart from InterruptedException, other exceptions can also occure hence used generic Exception. ( for example allocate can throw an exception)

thanks,

rahulbhawsar avatar May 11 '24 05:05 rahulbhawsar