
studio.wetrack.accountService.AccountException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of account-service Show documentation
Show all versions of account-service Show documentation
wetrack studio tool set, account service
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