com.github.twitch4j.eventsub.socket.conduit.exceptions.ShardRegistrationException Maven / Gradle / Ivy
The newest version!
package com.github.twitch4j.eventsub.socket.conduit.exceptions;
public final class ShardRegistrationException extends Exception implements ConduitSocketPoolException {
public ShardRegistrationException(String conduitId, Exception cause) {
super("Failed to register shards for Conduit with ID: " + conduitId, cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy