net.somta.core.exception.ExceptionConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of somta-core Show documentation
Show all versions of somta-core Show documentation
Use Somta for rapid development
package net.somta.core.exception;
public class ExceptionConstants {
/**
* 业务异常
*/
public static final String ERROR_TYPE_BIZ = "biz";
/**
* 系统异常
*/
public static final String ERROR_TYPE_SYS = "sys";
}