InterruptedException if the current thread was interrupted while waiting (如果当前线程在等待时被打断)
InterruptedException
PacketTooBigException mysql的单条数据默认限制大小为4M,如果单条数据超过4M就会报这个错,但是捕获不到这个异常,所以,通过捕获TransientDataAccessResourceException ,一样可以知道报错原因