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

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

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

/*
 * Exception caused by violation of the rules
 */
public class EnOSRuleException extends EnOSApiException {

    private static final long serialVersionUID = -7787145910600194272L;

    public EnOSRuleException(String errCode, String errMsg) {
        super(errCode, errMsg);
    }

    public EnOSRuleException(Throwable cause) {
        super(cause);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy