java.lang
Class IllegalStateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalStateException
All Implemented Interfaces:
Serializable

public class IllegalStateException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
IllegalStateException()
          Constructs a IllegalStateException with no detail message.
IllegalStateException(String s)
          Constructs a IllegalStateException with the specified detail message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getMessage, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IllegalStateException

public IllegalStateException()
Constructs a IllegalStateException with no detail message.


IllegalStateException

public IllegalStateException(String s)
Constructs a IllegalStateException with the specified detail message.

Parameters:
s - the detail message.


Copyright © 2007 Sentilla Corporation. All Rights Reserved.