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