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

io.github.sornerol.chess.pubapi.exception.ChessComPubApiException Maven / Gradle / Ivy

The newest version!
package io.github.sornerol.chess.pubapi.exception;

/**
 * This exception is thrown whenever a request to the Chess.com PubAPI returns a non-success return code, or when data
 * fails validation.
 */
public class ChessComPubApiException extends Exception{
    public ChessComPubApiException(String message) {
        super(message);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy