A股上市公司传智教育(股票代码 003032)旗下技术交流社区北京昌平校区

 找回密码
 加入黑马

QQ登录

只需一步,快速开始

© TanZhiPeng1991 中级黑马   /  2014-8-10 20:09  /  853 人查看  /  2 人回复  /   0 人收藏 转载请遵从CC协议 禁止商业使用本文

illegalMontiorStateException这个错误解决啊?在多线程中

2 个回复

正序浏览
这个API文档中说的很清楚了:Thrown to indicate that a thread has attempted to wait on an object's monitor or to notify other threads waiting on an object's monitor without owning the specified monitor. 就是说你没有获得对象的锁就企图在这个对象上调用wait或notify方法
回复 使用道具 举报
这是非法语句异常,你检查一下代码吧
回复 使用道具 举报
您需要登录后才可以回帖 登录 | 加入黑马