public class CaptchaParameterIllegalException extends CaptchaException
Description: 验证码校验参数错误
| 构造器和说明 |
|---|
CaptchaParameterIllegalException() |
CaptchaParameterIllegalException(String message) |
CaptchaParameterIllegalException(String message,
Throwable cause) |
CaptchaParameterIllegalException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
CaptchaParameterIllegalException(Throwable cause) |
public CaptchaParameterIllegalException()
public CaptchaParameterIllegalException(String message)
public CaptchaParameterIllegalException(String message, Throwable cause)
public CaptchaParameterIllegalException(Throwable cause)
Copyright © 2022. All rights reserved.