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

com.healthy.common.security.code.ValidateCodeException Maven / Gradle / Ivy

There is a newer version: 1.2.1.RELEASE
Show newest version
package com.healthy.common.security.code;

import org.springframework.security.core.AuthenticationException;

/**
 * ValidateCodeException
 *
 * @author xiaomingzhang
 */
public class ValidateCodeException extends AuthenticationException {

    private static final long serialVersionUID = -7285211528095468156L;

    public ValidateCodeException(String msg) {
        super(msg);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy