/** * The authentication with the remote part failed. * * @param reason A human-readable reason for which the authentication failed. */ class FailedAuthenticationException(val reason: String) : Exception("Authentication with remote host failed: $reason")