java的递归异常—一个异常可能由另一个异常触发

关键字:

Caused by

nested exception

java.lang.reflect.InvocationTargetException: null

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at java.lang.Thread.run(Thread.java:745)

Caused by: 

org.springframework.dao.TransientDataAccessResourceException: Error attempting to get column 'create_time' from result set.  

Cause: java.sql.SQLException: Zero date value prohibited

; Zero date value prohibited; nested exception is 

Caused by: com.mysql.cj.exceptions.DataReadException: Zero date value prohibited

原文地址:https://www.cnblogs.com/feng9exe/p/11842840.html