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

org.sdmxsource.sdmx.api.exception.ErrorLimitException Maven / Gradle / Ivy

package org.sdmxsource.sdmx.api.exception;


/**
 * Throws when exception handlers have their exception limit hit.
 */
public class ErrorLimitException extends SdmxException {
    private static final long serialVersionUID = -7510893732511873219L;

    public ErrorLimitException(int limit) {
        super("Error Limit of '" + limit + "' hit");
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy