xyz.r2turntrue.chzzk4j.exception.ChannelNotExistsException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of chzzk4j Show documentation
Show all versions of chzzk4j Show documentation
Unofficial Java API library of CHZZK (치지직, the video streaming service of Naver)
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