ru.tinkoff.kora.resilient.timeout.TimeoutException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of resilient-timeout Show documentation
Show all versions of resilient-timeout Show documentation
Kora resilient-timeout module
package ru.tinkoff.kora.resilient.timeout;
public final class TimeoutException extends RuntimeException {
public TimeoutException(String message) {
super(message);
}
}