Overview
//trimblecloud-events/trimblecloud.events.exception/ConsumerException
ConsumerException
[JVM]
open class ConsumerException : RuntimeException
This class represents an exception that is thrown when an error occurs while consuming events.
Constructors
| ConsumerException | [JVM] constructor(message: String) |
Properties
| Name | Summary |
|---|---|
| cause | [JVM] open val cause: Throwable |
| stackTrace | [JVM] open var stackTrace: Array<StackTraceElement> |
Functions
| Name | Summary |
|---|---|
| addSuppressed | [JVM] fun addSuppressed(exception: 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(cause: Throwable): Throwable |
| printStackTrace | [JVM] open fun printStackTrace() |
| toString | [JVM] open fun toString(): String |