fr.smallcrew.security.exception.InvalidPasswordRequestTokenException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of smallcrew-security Show documentation
Show all versions of smallcrew-security Show documentation
Foundation of all smallcrew's projects needing authenticated users and role management
The newest version!
package fr.smallcrew.security.exception;
public class InvalidPasswordRequestTokenException extends RuntimeException {
private static final long serialVersionUID = 2585288902175104294L;
}