All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cn.crazywalker.fsf.security.IllegalPasswordException Maven / Gradle / Ivy

The newest version!
package cn.crazywalker.fsf.security;

import cn.crazywalker.fsf.common.exception.FlyingSpurBaseException;

/**
 * @author CrazyWalker
 * @since 周日, 04/16 2023 21:27 GMT+8
 */
public class IllegalPasswordException extends FlyingSpurBaseException {

    public IllegalPasswordException(String message) {
        super(message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy