Java递归调用出现异常_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


版权声明:本文为weixin_29212429原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。