Liferay 7.0-ce-b4

com.liferay.portal.kernel.captcha
Class CaptchaConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.liferay.portal.kernel.exception.NestableException
              extended by com.liferay.portal.kernel.exception.PortalException
                  extended by com.liferay.portal.kernel.captcha.CaptchaException
                      extended by com.liferay.portal.kernel.captcha.CaptchaConfigurationException
All Implemented Interfaces:
Serializable

public class CaptchaConfigurationException
extends CaptchaException

See Also:
Serialized Form

Constructor Summary
CaptchaConfigurationException()
           
CaptchaConfigurationException(String msg)
           
CaptchaConfigurationException(String msg, Throwable cause)
           
CaptchaConfigurationException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

CaptchaConfigurationException

public CaptchaConfigurationException()

CaptchaConfigurationException

public CaptchaConfigurationException(String msg)

CaptchaConfigurationException

public CaptchaConfigurationException(String msg,
                                     Throwable cause)

CaptchaConfigurationException

public CaptchaConfigurationException(Throwable cause)

Liferay 7.0-ce-b4