IllegalStateException

open class IllegalStateException(message: String?, cause: Throwable?) : RuntimeException
open class IllegalStateException(message: String?, cause: Throwable?) : RuntimeException
open class IllegalStateException(message: String?, cause: Throwable?) : RuntimeException
typealias IllegalStateException = IllegalStateException

Constructors

IllegalStateException
Link copied to clipboard
fun IllegalStateException()
IllegalStateException
Link copied to clipboard
fun IllegalStateException(message: String?)
fun IllegalStateException(message: String?)
fun IllegalStateException(message: String?)
IllegalStateException
Link copied to clipboard
fun IllegalStateException(cause: Throwable?)
fun IllegalStateException(cause: Throwable?)
fun IllegalStateException(cause: Throwable?)

Properties

cause
Link copied to clipboard
Common
open val cause: Throwable?
cause
Link copied to clipboard
JS
open val cause: Throwable?
cause
Link copied to clipboard
Native
open val cause: Throwable?
message
Link copied to clipboard
Common
open val message: String?
message
Link copied to clipboard
JS
open val message: String?
message
Link copied to clipboard
Native
open val message: String?

Inheritors

CancellationException
Link copied to clipboard