InfoProcessException

An exception that is sent whenever an info packet gets built by the server. This exception wraps around another exception that was generated during the processing of the respective info packet, allowing servers to properly observe and handle the exception.

Parameters

message

the message associated with the exception

throwable

the throwable that was thrown during info processing

Constructors

Link copied to clipboard
constructor(message: String, throwable: Throwable)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard