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

se.vgregion.ldapservice.LdapUserRetrievalException Maven / Gradle / Ivy

The newest version!
package se.vgregion.ldapservice;

/**
 * @author Patrik Bergström
 */
public class LdapUserRetrievalException extends RuntimeException {

    public LdapUserRetrievalException(Throwable cause) {
        super(cause);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy