From c11decee92748a7c6ea4294b0954438c6cf5d782 Mon Sep 17 00:00:00 2001 From: Edoardo La Greca Date: Sat, 2 Aug 2025 19:08:05 +0200 Subject: add Authenticator, Authenticator9PAnyV2DP9IK (draft), FailedAuthenticationException --- src/main/kotlin/FailedAuthenticationException.kt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/main/kotlin/FailedAuthenticationException.kt (limited to 'src/main/kotlin/FailedAuthenticationException.kt') diff --git a/src/main/kotlin/FailedAuthenticationException.kt b/src/main/kotlin/FailedAuthenticationException.kt new file mode 100644 index 0000000..f437673 --- /dev/null +++ b/src/main/kotlin/FailedAuthenticationException.kt @@ -0,0 +1,6 @@ +/** + * The authentication with the remote part failed. + * + * @param reason A human-readable reason for which the authentication failed. + */ +class FailedAuthenticationException(val reason: String) : Exception() \ No newline at end of file -- cgit v1.2.3