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

studio.wetrack.accountService.AccountException Maven / Gradle / Ivy

The newest version!
package studio.wetrack.accountService;


import studio.wetrack.base.exception.BusinessException;

/**
 * Created by zhanghong on 16/7/18.
 *
 * discarded AjaxException, change to BusinessException
 */
public class AccountException extends BusinessException {

    public AccountException(String message) {
        super("Account_", message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy