summaryrefslogtreecommitdiff
path: root/src/main/kotlin/FailedAuthenticationException.kt
diff options
context:
space:
mode:
authorEdoardo La Greca2025-08-02 19:08:05 +0200
committerEdoardo La Greca2025-08-02 19:08:05 +0200
commitc11decee92748a7c6ea4294b0954438c6cf5d782 (patch)
treec6108589083136e5a6e5748c8e0c8c9292cfb046 /src/main/kotlin/FailedAuthenticationException.kt
parent451f327d034f27aef470abfd67eaa4ea70f1a33c (diff)
add Authenticator, Authenticator9PAnyV2DP9IK (draft), FailedAuthenticationException
Diffstat (limited to 'src/main/kotlin/FailedAuthenticationException.kt')
-rw-r--r--src/main/kotlin/FailedAuthenticationException.kt6
1 files changed, 6 insertions, 0 deletions
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