UnsupportedOperationException

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

Constructors

UnsupportedOperationException
Link copied to clipboard
fun UnsupportedOperationException()
UnsupportedOperationException
Link copied to clipboard
fun UnsupportedOperationException(message: String?)
fun UnsupportedOperationException(message: String?)
fun UnsupportedOperationException(message: String?)
UnsupportedOperationException
Link copied to clipboard
fun UnsupportedOperationException(cause: Throwable?)
fun UnsupportedOperationException(cause: Throwable?)
fun UnsupportedOperationException(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?