类 CaptchaCategoryIsIncorrectException

所有已实现的接口:
HerodotusException, Serializable

public class CaptchaCategoryIsIncorrectException extends PlatformRuntimeException

Description: 验证码分类错误

作者:
: gengwei.zheng
另请参阅:
Date:
: 2021/12/15 17:51
  • 构造器详细资料

    • CaptchaCategoryIsIncorrectException

      public CaptchaCategoryIsIncorrectException()
    • CaptchaCategoryIsIncorrectException

      public CaptchaCategoryIsIncorrectException(String message)
    • CaptchaCategoryIsIncorrectException

      public CaptchaCategoryIsIncorrectException(String message, Throwable cause)
    • CaptchaCategoryIsIncorrectException

      public CaptchaCategoryIsIncorrectException(Throwable cause)
    • CaptchaCategoryIsIncorrectException

      protected CaptchaCategoryIsIncorrectException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
  • 方法详细资料