Hi all, I have a call to Transport.send() in a try block.
Sometimes it throws an exception, which is O.K. - but I want to be able to retry the send.
This is a general question - how to ignore the error and resume normal operation? I have tried calling return.
b2 - benbiddington@surf4nix.com
Sometimes it throws an exception, which is O.K. - but I want to be able to retry the send.
This is a general question - how to ignore the error and resume normal operation? I have tried calling return.
b2 - benbiddington@surf4nix.com