java.lang
Class IllegalThreadStateException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjava.lang.IllegalArgumentException
                  extended byjava.lang.IllegalThreadStateException

public class IllegalThreadStateException
extends IllegalArgumentException


Constructor Summary
IllegalThreadStateException()
           
IllegalThreadStateException(String message)
           
IllegalThreadStateException(String message, Throwable cause)
           
IllegalThreadStateException(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

IllegalThreadStateException

public IllegalThreadStateException(String message)

IllegalThreadStateException

public IllegalThreadStateException()

IllegalThreadStateException

public IllegalThreadStateException(Throwable cause)

IllegalThreadStateException

public IllegalThreadStateException(String message,
                                   Throwable cause)