All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.redhat.lightblue.rest.auth.ldap.LDAPMultipleUserFoundException Maven / Gradle / Ivy

There is a newer version: 2.32.0
Show newest version
package com.redhat.lightblue.rest.auth.ldap;

/**
 * This simple exception is used when an unexpected behavior is found from the LDAP server where more than one entry is returned
 * 

* Created by lcestari on 2/23/15. */ public class LDAPMultipleUserFoundException extends Exception { public LDAPMultipleUserFoundException(String message) { super(message); } }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy