io.contek.zeus.client.errors.GatewayUnavailableException Maven / Gradle / Ivy
package io.contek.zeus.client.errors;
import javax.annotation.Nullable;
import javax.annotation.concurrent.NotThreadSafe;
@NotThreadSafe
public final class GatewayUnavailableException extends GatewayClientException {
public GatewayUnavailableException(@Nullable Throwable cause) {
super(cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy