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

xyz.r2turntrue.chzzk4j.exception.ChannelNotExistsException Maven / Gradle / Ivy

Go to download

Unofficial Java API library of CHZZK (치지직, the video streaming service of Naver)

There is a newer version: 0.0.12
Show newest version
package xyz.r2turntrue.chzzk4j.exception;

public class ChannelNotExistsException extends NotExistsException {
    /**
     * Constructs an {@code ChannelNotExistsException}.
     *
     * @param reason Detailed message explaining the reason for the failure.
     */
    public ChannelNotExistsException(String reason) {
        super(reason);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy