Class java.lang.IllegalStateException
All Packages    This Package    Previous    Next

Class java.lang.IllegalStateException

java.lang.Object
   |
   +----java.lang.Exception
           |
           +----java.lang.IllegalStateException

public class IllegalStateException
extends Exception
Illegal state exception.
See Also:
suspend, resume
Version:
1.7, 31 Jan 1995

IllegalStateException()
Constructor.
IllegalStateException(String)
Constructor with a detail message.

IllegalStateException
  public IllegalStateException()
Constructor.

IllegalStateException

  public IllegalStateException(String s)
Constructor with a detail message.


All Packages    This Package    Previous    Next