public class IllegalStateException extends RuntimeException
Constructor and Description |
---|
IllegalStateException()
Constructs an IllegalStateException with no detail message.
|
IllegalStateException(String s)
Constructs an IllegalStateException with the specified detail
message.
|
public IllegalStateException()
public IllegalStateException(String s)
s
- the String that contains a detailed messageCopyright (c) 1990, 2012, Oracle and/or its affiliates. All rights reserved.