java.lang
Class IllegalStateException

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

public class IllegalStateException
extends RuntimeException


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

IllegalStateException

public IllegalStateException(String message)

IllegalStateException

public IllegalStateException()

IllegalStateException

public IllegalStateException(Throwable cause)

IllegalStateException

public IllegalStateException(String message,
                             Throwable cause)