类 CaptchaMismatchException

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

public class CaptchaMismatchException extends PlatformRuntimeException

Description: 验证码不匹配错误

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

    • CaptchaMismatchException

      public CaptchaMismatchException()
    • CaptchaMismatchException

      public CaptchaMismatchException(String message)
    • CaptchaMismatchException

      public CaptchaMismatchException(String message, Throwable cause)
    • CaptchaMismatchException

      public CaptchaMismatchException(Throwable cause)
    • CaptchaMismatchException

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