API reference
API reference
Select your platform
No SDKs available
No versions available

HzPlatformCoreManagedException

Updated: Jul 24, 2025

HzPlatformCoreManagedException

open class HzPlatformCoreManagedException : RuntimeException

Constructors

NameSummary
HzPlatformCoreManagedException
constructor(message: String, cause: Throwable)constructor(message: String)

Properties

NameSummary
cause
open val cause: Throwable
stackTrace
open var stackTrace: Array<StackTraceElement>

Functions

NameSummary
addSuppressed
fun addSuppressed(p: Throwable)
fillInStackTrace
open fun fillInStackTrace(): Throwable
getLocalizedMessage
open fun getLocalizedMessage(): String
getMessage
open fun getMessage(): String
getSuppressed
fun getSuppressed(): Array<Throwable>
initCause
open fun initCause(p: Throwable): Throwable
printStackTrace
open fun printStackTrace()
toString
open fun toString(): String
Did you find this page helpful?
Thumbs up icon
Thumbs down icon