MdocTransportException

constructor()
constructor(message: String)

Construct a new exception.


constructor(message: String, cause: Throwable)

Construct a new exception.

Parameters

message

the message.

cause

the cause.


constructor(cause: Throwable)

Construct a new exception.

Parameters

cause

the cause.