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. |