类 CaptchaParameterIllegalException

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

public class CaptchaParameterIllegalException extends PlatformRuntimeException

Description: 验证码校验参数错误

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

    • CaptchaParameterIllegalException

      public CaptchaParameterIllegalException()
    • CaptchaParameterIllegalException

      public CaptchaParameterIllegalException(String message)
    • CaptchaParameterIllegalException

      public CaptchaParameterIllegalException(String message, Throwable cause)
    • CaptchaParameterIllegalException

      public CaptchaParameterIllegalException(Throwable cause)
    • CaptchaParameterIllegalException

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