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

net.somta.core.exception.ExceptionConstants Maven / Gradle / Ivy

There is a newer version: 1.4.3
Show newest version
package net.somta.core.exception;

public class ExceptionConstants {
    /**
     * 业务异常
     */
    public static final String ERROR_TYPE_BIZ = "biz";

    /**
     * 系统异常
     */
    public static final String ERROR_TYPE_SYS = "sys";

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy