]> git.dolda2000.com Git - doldaconnect.git/blame_incremental - NoMechException.java
Update the Guile code to Guile 2.2.
[doldaconnect.git] / NoMechException.java
... / ...
CommitLineData
1package dolda.dolcon;
2
3public class NoMechException extends AuthException {
4 public NoMechException() {
5 super("No supported authentication mechanism was offered by the server");
6 }
7}