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

com.envisioniot.enos.enosapi.common.exception.CodeBoundsException Maven / Gradle / Ivy

There is a newer version: 2.1.5
Show newest version
package com.envisioniot.enos.enosapi.common.exception;

import com.envisioniot.enos.enosapi.common.util.EnOSErrorCode;

/**
 * Created by zuoyong.tang on 2018/8/8.
 */
public class CodeBoundsException extends Exception{
    public CodeBoundsException() {
        super("Code must be larger than " + EnOSErrorCode.MAX_CODE_FOR_PREDEFINED);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy