| InvalidStateException Constructor |
| Name | Description | |
|---|---|---|
| InvalidStateException |
Create the exception without message.
| |
| InvalidStateException(String) |
Create the exception with message.
| |
| InvalidStateException(String, Exception) |
Create the exception with message and inner exception.
|