Liferay 6.0.5

com.liferay.portal.kernel.captcha
Class CaptchaTextException

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.CaptchaTextException
All Implemented Interfaces:
Serializable

public class CaptchaTextException
extends CaptchaException

See Also:
Serialized Form

Constructor Summary
CaptchaTextException()
           
CaptchaTextException(String msg)
           
CaptchaTextException(String msg, Throwable cause)
           
CaptchaTextException(Throwable cause)
           
 
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

CaptchaTextException

public CaptchaTextException()

CaptchaTextException

public CaptchaTextException(String msg)

CaptchaTextException

public CaptchaTextException(String msg,
                            Throwable cause)

CaptchaTextException

public CaptchaTextException(Throwable cause)

Liferay 6.0.5