org.weborganic.bastille.recaptcha
Class ReCaptchaException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.weborganic.bastille.recaptcha.ReCaptchaException
All Implemented Interfaces:
Serializable

public final class ReCaptchaException
extends Exception

Class of exceptions thrown by the ReCaptcha.

See Also:
Serialized Form

Constructor Summary
ReCaptchaException(String message)
           
ReCaptchaException(String message, Throwable t)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReCaptchaException

public ReCaptchaException(String message)
Parameters:
message - An explanation for the error

ReCaptchaException

public ReCaptchaException(String message,
                          Throwable t)
Parameters:
message - An explanation for the error
t - The offending error