| Name | Summary |
|---|---|
HzPlatformCoreRuntimeException | constructor(requestName: String, errorCode: Int, errorMessage: String)constructor(requestName: String, statusCode: StatusCode)constructor(requestName: String, errorCode: Int) |
| Name | Summary |
|---|---|
cause | open val cause: Throwable |
errorCode | open val errorCode: Int |
stackTrace | open var stackTrace: Array<StackTraceElement> |
| Name | Summary |
|---|---|
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 |