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

com.github.twitch4j.eventsub.socket.conduit.exceptions.ShardTimeoutException Maven / Gradle / Ivy

package com.github.twitch4j.eventsub.socket.conduit.exceptions;

public final class ShardTimeoutException extends InterruptedException implements ConduitSocketPoolException {
    public ShardTimeoutException(long timeout) {
        super(String.format("Websocket shard(s) were not welcomed by Twitch before the socket timeout of %d ms", timeout));
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy