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