java.lang
Class IllegalMonitorStateException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjava.lang.IllegalMonitorStateException

public class IllegalMonitorStateException
extends RuntimeException


Constructor Summary
IllegalMonitorStateException()
           
IllegalMonitorStateException(String message)
           
IllegalMonitorStateException(String message, Throwable cause)
           
IllegalMonitorStateException(Throwable cause)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getMessage, initCause, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode
 

Constructor Detail

IllegalMonitorStateException

public IllegalMonitorStateException(String message)

IllegalMonitorStateException

public IllegalMonitorStateException()

IllegalMonitorStateException

public IllegalMonitorStateException(Throwable cause)

IllegalMonitorStateException

public IllegalMonitorStateException(String message,
                                    Throwable cause)