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

io.nixer.nixerplugin.captcha.error.CaptchaClientException Maven / Gradle / Ivy

package io.nixer.nixerplugin.captcha.error;

/**
 * Thrown if an captcha verification failed due to client error.
 * For this exception to be thrown, it means that verification request was missing mandatory parameters.
 */
public class CaptchaClientException extends CaptchaException {
    public CaptchaClientException(final String message) {
        super(message);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy