콘텐츠로 이동

Class IllegalMonitorStateException

package java.lang

java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--java.lang.IllegalMonitorStateException

extends RuntimeException:

한 쓰레드가 소유하지 않은 모니터를 사용해서 wait아 notify를 할 때 발생하는 exception 클래스.

  • IllegalMonitorStateException () IllegalMonitorStateException을 생성한다.
  • IllegalMonitorStateException ( String s) IllegalMonitorStateException을 생성한다.
public IllegalMonitorStateException()
  • IllegalMonitorStateException을 생성한다.
public IllegalMonitorStateException(String s)

Parameters:

  • s - IllegalMonitorStateException의 세부 메세지.

AromaSoft Corp. Proprietary and Confidential

(C)opyright 2003 AromaSoft Corp. All right reserved. Contact : contact@aromasoft.com