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