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

io.github.devlibx.easy.resilience.exception.OverflowException Maven / Gradle / Ivy

There is a newer version: 3.java-17.1
Show newest version
package io.github.devlibx.easy.resilience.exception;

public class OverflowException extends ResilienceException {
    public OverflowException(String message, Throwable e) {
        super("Request overflow - " + message, e);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy