RecaptchaNetworkException

  • RecaptchaNetworkException is an exception thrown when a mobile client cannot connect to the reCAPTCHA server.

  • This exception can be constructed with a detail message and an underlying IOException.

  • It inherits methods from java.lang.Throwable and java.lang.Object.

public class RecaptchaNetworkException extends Exception

Exception thrown when the mobile client fails to connect to the reCAPTCHA server.

Public Constructor Summary

RecaptchaNetworkException(String msg, IOException e)
Constructs a RecaptchaNetworkException with the specified detail message and IOException.

Inherited Method Summary

Public Constructors

public RecaptchaNetworkException (String msg, IOException e)

Constructs a RecaptchaNetworkException with the specified detail message and IOException.

Parameters
msg The detail message (which is saved for later retrieval by the getMessage() method)
e The root IOException that causes the RecaptchaNetworkException.