java.lang
Class IllegalStateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
- All Implemented Interfaces:
- Serializable
public class IllegalStateException
- extends RuntimeException
- See Also:
- Serialized Form
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.