Package com.sishuok.es.sys.user.exception

Examples of com.sishuok.es.sys.user.exception.UserBlockedException


        if (user.getStatus() == UserStatus.blocked) {
            UserLogUtils.log(
                    username,
                    "loginError",
                    "user is blocked!");
            throw new UserBlockedException(userStatusHistoryService.getLastReason(user));
        }

        UserLogUtils.log(
                username,
                "loginSuccess",
View Full Code Here

TOP

Related Classes of com.sishuok.es.sys.user.exception.UserBlockedException

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.