com.textrecruit.ustack.exceptions.AuthenticationException Maven / Gradle / Ivy
package com.textrecruit.ustack.exceptions;
abstract public class AuthenticationException extends Exception {
private static final long serialVersionUID = -5016582788733684923L;
protected AuthenticationException(String msg) {
super(msg);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy