类 CaptchaParameterIllegalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cn.herodotus.engine.assistant.core.definition.exception.AbstractHerodotusException
cn.herodotus.engine.assistant.core.exception.PlatformException
cn.herodotus.engine.captcha.core.exception.CaptchaParameterIllegalException
- 所有已实现的接口:
cn.herodotus.engine.assistant.core.definition.exception.HerodotusException,Serializable
public class CaptchaParameterIllegalException
extends cn.herodotus.engine.assistant.core.exception.PlatformException
Description: 验证码校验参数错误
- 作者:
- : gengwei.zheng
- 另请参阅:
- Date:
- : 2021/12/15 17:54
-
构造器概要
构造器限定符构造器说明CaptchaParameterIllegalException(String message) CaptchaParameterIllegalException(String message, Throwable cause) protectedCaptchaParameterIllegalException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) -
方法概要
从类继承的方法 cn.herodotus.engine.assistant.core.definition.exception.AbstractHerodotusException
getResult
-
构造器详细资料
-
CaptchaParameterIllegalException
public CaptchaParameterIllegalException() -
CaptchaParameterIllegalException
-
CaptchaParameterIllegalException
-
CaptchaParameterIllegalException
-
CaptchaParameterIllegalException
-
-
方法详细资料
-
getFeedback
public cn.herodotus.engine.assistant.core.domain.Feedback getFeedback()- 指定者:
getFeedback在接口中cn.herodotus.engine.assistant.core.definition.exception.HerodotusException- 覆盖:
getFeedback在类中cn.herodotus.engine.assistant.core.exception.PlatformException
-