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

cn.ipokerface.admin.exception.PasswordWrongException Maven / Gradle / Ivy

package cn.ipokerface.admin.exception;

import cn.ipokerface.common.exception.ServiceException;

/**
 * Created by       PokerFace
 * Create Date      2021/4/10.
 * Email:
 * Version          1.0.0
 * 

* Description: */ public class PasswordWrongException extends ServiceException { public PasswordWrongException() { } public PasswordWrongException(String message) { super(message); } }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy