RemoteProtocolException
class RemoteProtocolException(val reason: RemoteFailure, message: String, cause: Throwable? = null) : IllegalArgumentException(source)
A terminal protocol failure carrying the reason exposed to both session owners.