MdocTransportTerminationException

Thrown if transport-specific termination was requested but not supported by the underlying tranposrt.

Constructors

Link copied to clipboard
constructor()

Construct a new exception.

constructor(message: String)

Construct a new exception.

constructor(message: String, cause: Throwable)

Construct a new exception.

constructor(cause: Throwable)

Construct a new exception.

Properties

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