IllegalStateException

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