Overview
//trimble-id/com.trimble.id/SDKClientException
SDKClientException
[JVM]
open class SDKClientException : CompletionException
Constructors
| SDKClientException | [JVM] constructor(ex: Exception)constructor(message: String)constructor(error: String, message: String)constructor(ex: Exception, cause: Throwable, msg: String)constructor(cause: Throwable, msg: String) |
Properties
| Name | Summary |
|---|---|
| cause | [JVM] open val cause: Throwable |
| error | [JVM] val error: String |
| exception | [JVM] val exception: Exception |
| stackTrace | [JVM] open var stackTrace: Array<StackTraceElement> |
Functions
| Name | Summary |
|---|---|
| addSuppressed | [JVM] fun addSuppressed(p: Throwable) |
| fillInStackTrace | [JVM] open fun fillInStackTrace(): Throwable |
| getLocalizedMessage | [JVM] open fun getLocalizedMessage(): String |
| getMessage | [JVM] open fun getMessage(): String |
| getSuppressed | [JVM] fun getSuppressed(): Array<Throwable> |
| initCause | [JVM] open fun initCause(p: Throwable): Throwable |
| printStackTrace | [JVM] open fun printStackTrace() |
| toString | [JVM] open fun toString(): String |