要么重新中断此方法,要么重新抛出声纳中的“中断异常问题”
2022-09-01 11:51:42
在我的一个方法中,中断异常和执行异常即将到来。我像这样尝试捕捉。
try{
//my code
}catch(InterruptedException|ExecutionException e)
Log.error(" logging it");
throw new MonitoringException("it failed" , e)
//monitoringexception extends RunTimeException
也在我的方法中,我把投掷InterruptedException,ExecutionException
我在声纳中遇到严重错误 - 要么重新中断此方法,要么重新抛出”InterruptedException
"
任何人都知道如何解决这个问题。
请立即提供帮助。