io.contek.zeus.server.errors.ExchangeRequestInterruptedException Maven / Gradle / Ivy
package io.contek.zeus.server.errors;
import javax.annotation.concurrent.NotThreadSafe;
@NotThreadSafe
public final class ExchangeRequestInterruptedException extends ExchangeFatalErrorException {
public ExchangeRequestInterruptedException(InterruptedException e) {
super(e);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy