Package com.google.gerrit.server.auth

Examples of com.google.gerrit.server.auth.AuthenticationUnavailableException


          log.warn("Cannot close LDAP query handle", e);
        }
      }
    } catch (NamingException e) {
      log.error("Cannot query LDAP to autenticate user", e);
      throw new AuthenticationUnavailableException("Cannot query LDAP for account", e);
    }
  }
View Full Code Here

TOP

Related Classes of com.google.gerrit.server.auth.AuthenticationUnavailableException

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.