org.xwiki.captcha
Class CaptchaVerifierNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.xwiki.captcha.CaptchaVerifierNotFoundException
All Implemented Interfaces:
Serializable

public class CaptchaVerifierNotFoundException
extends Exception

Thrown when the programmer tries to get a CaptchaVerifier which doesn't exist.

Since:
2.2M2
Version:
$Id: 89684c5b3a631cb1be62774601c691121a326155 $
See Also:
Serialized Form

Constructor Summary
CaptchaVerifierNotFoundException(String message)
          The Constructor.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CaptchaVerifierNotFoundException

public CaptchaVerifierNotFoundException(String message)
The Constructor.

Parameters:
message - The message to give for the error.


Copyright © 2004-2013 XWiki. All Rights Reserved.