NodeRelatedIllegalStateException

class NodeRelatedIllegalStateException(val node: ServiceNode, val message: String? = null, val cause: Throwable? = null) : IllegalStateException, NodeRelatedThrowable

Author

CJ

Constructors

Link copied to clipboard
constructor(node: ServiceNode, message: String? = null, cause: Throwable? = null)

Properties

Link copied to clipboard
open override val cause: Throwable? = null
Link copied to clipboard
open override val message: String? = null
Link copied to clipboard
open override val node: ServiceNode

Functions

Link copied to clipboard
fun addSuppressed(p0: Throwable)
Link copied to clipboard
open fun fillInStackTrace(): Throwable
Link copied to clipboard
open fun getLocalizedMessage(): String
Link copied to clipboard
open fun getStackTrace(): Array<StackTraceElement>
Link copied to clipboard
fun getSuppressed(): Array<Throwable>
Link copied to clipboard
open fun initCause(p0: Throwable): Throwable
Link copied to clipboard
Link copied to clipboard
open fun setStackTrace(p0: Array<StackTraceElement>)