Package java.lang
Class IllegalStateException

Public Constructor IllegalStateException

IllegalStateException()

IllegalStateException(String s)

_INSERT_METHOD_SIGNATURE_HERE_

Description:

constructor IllegalStateException():

Constructs an IllegalStateException with no detail message.

constructor IllegalStateException(String s):

Constructs an IllegalStateException with the specified detail message.