Overview
//trimble-id/com.trimble.id/TCPServiceException
TCPServiceException
[JVM]
open class TCPServiceException : CompletionException
TCPException is a custom exception class that extends CompletionException.
Constructors
| TCPServiceException | [JVM] constructor(exception: Exception, requestId: String, statusCode: Int) Constructor for TCPException. constructor(message: String, requestId: String, statusCode: Int) Constructor for TCPException. constructor(exception: Exception) Constructor for TCPException. constructor(message: String) Constructor for TCPException. |
Properties
| Name | Summary |
|---|---|
| cause | [JVM] open val cause: Throwable |
| requestId | [JVM] val requestId: String |
| stackTrace | [JVM] open var stackTrace: Array<StackTraceElement> |
| statusCode | [JVM] val statusCode: Int |
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 |