Fixed HTTP-client query-string handling bug.
[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}