
异常
iteye_21194
这个作者很懒,什么都没留下…
展开
-
JSchException:Algorithm negotiation fail
异常: com.jcraft.jsch.JSchException:Algorithm negotiation fail at com.jcraft.jsch.Session.receive_kexinit(Session.java:590) ~[jsch-0.1.54.jar:na] at com.jcraft.jsch.Session.connect(Session.ja...原创 2017-03-09 15:24:04 · 1558 阅读 · 0 评论 -
java异常
NoSuchMethodError: org.hamcrest.Matcher.describeMismatch 版本: junit 4.11 hamcrest:1.3 mockito:1.9.5 异常原因:mockito中包含了hamcrest旧版,使hamcrest1.3未生效,替换mockito到1.10.19 问题解决 ...原创 2015-01-31 23:26:44 · 89 阅读 · 0 评论