Should I use Thread.currentThread().interrupt() if I want to ignore the exeception?

前端 未结 0 2030
醉话见心
醉话见心 2021-01-05 04:47

I am wondering whether I need to put this line Thread.currentThread().interrupt() if I don\'t want to throw exception. I am writing a retry mechanism (retry 5 times), it wil

相关标签:
回答
  • 消灭零回复
提交回复
热议问题