org.usergrid.management.exceptions.RecentlyUsedPasswordException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of usergrid-services Show documentation
Show all versions of usergrid-services Show documentation
Service layer for Usergrid system.
package org.usergrid.management.exceptions;
public class RecentlyUsedPasswordException extends ManagementException {
private static final long serialVersionUID = 1L;
public RecentlyUsedPasswordException() {
super();
}
public RecentlyUsedPasswordException(String arg0, Throwable arg1) {
super(arg0, arg1);
}
public RecentlyUsedPasswordException(String arg0) {
super(arg0);
}
public RecentlyUsedPasswordException(Throwable arg0) {
super(arg0);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy