Liferay 6.2-ce-ga5

com.liferay.portal.kernel.captcha
Class CaptchaException

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CaptchaMaxChallengesException, CaptchaTextException

public class CaptchaException
extends PortalException

See Also:
Serialized Form

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

CaptchaException

public CaptchaException()

CaptchaException

public CaptchaException(String msg)

CaptchaException

public CaptchaException(String msg,
                        Throwable cause)

CaptchaException

public CaptchaException(Throwable cause)

Liferay 6.2-ce-ga5