Skip to content

Overview

//trimblecloud-events/trimblecloud.events.exception/PublisherException

PublisherException

[JVM]
open class PublisherException : RuntimeException

This class represents an exception that is thrown when an error occurs while publishing events.

Constructors

PublisherException[JVM]
constructor(message: String)constructor(requestDetail: RequestDetail, message: String)

Properties

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

Functions

NameSummary
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