类 CaptchaIsEmptyException

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

public class CaptchaIsEmptyException extends PlatformRuntimeException

Description: 验证码为空

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

    • CaptchaIsEmptyException

      public CaptchaIsEmptyException()
    • CaptchaIsEmptyException

      public CaptchaIsEmptyException(String message)
    • CaptchaIsEmptyException

      public CaptchaIsEmptyException(String message, Throwable cause)
    • CaptchaIsEmptyException

      public CaptchaIsEmptyException(Throwable cause)
    • CaptchaIsEmptyException

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