InterruptedException      if the current thread was interrupted while waiting (如果当前线程在等待时被打断)

PacketTooBigException     mysql的单条数据默认限制大小为4M,如果单条数据超过4M就会报这个错,但是捕获不到这个异常,所以,通过捕获TransientDataAccessResourceException ,一样可以知道报错原因

 

posted on 2022-07-26 13:38  我叫福禄娃  阅读(12)  评论(0编辑  收藏  举报