IllegalStateException

expect fun IllegalStateException()
expect fun IllegalStateException(message: String?)
expect fun IllegalStateException(message: String?, cause: Throwable?)
expect fun IllegalStateException(cause: Throwable?)
actual fun IllegalStateException()
actual fun IllegalStateException(message: String?)
actual fun IllegalStateException(message: String?, cause: Throwable?)
actual fun IllegalStateException(cause: Throwable?)
actual fun IllegalStateException()
actual fun IllegalStateException(message: String?)
actual fun IllegalStateException(message: String?, cause: Throwable?)
actual fun IllegalStateException(cause: Throwable?)