类 CaptchaHasExpiredException

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

public class CaptchaHasExpiredException extends PlatformRuntimeException

Description: 验证码已过期

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

    • CaptchaHasExpiredException

      public CaptchaHasExpiredException()
    • CaptchaHasExpiredException

      public CaptchaHasExpiredException(String message)
    • CaptchaHasExpiredException

      public CaptchaHasExpiredException(String message, Throwable cause)
    • CaptchaHasExpiredException

      public CaptchaHasExpiredException(Throwable cause)
    • CaptchaHasExpiredException

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