autoconfigure.com.pannoniaexpertise.audit.UsernameProviderException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of audit-starter Show documentation
Show all versions of audit-starter Show documentation
Starter project considering the audit mechanism
The newest version!
package autoconfigure.com.pannoniaexpertise.audit;
public class UsernameProviderException extends RuntimeException {
public UsernameProviderException(String s) {
super(s);
}
}