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

autoconfigure.com.pannoniaexpertise.audit.UsernameProviderException Maven / Gradle / Ivy

The newest version!
package autoconfigure.com.pannoniaexpertise.audit;

public class UsernameProviderException extends RuntimeException {
  public UsernameProviderException(String s) {
    super(s);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy