public class CaptchaException extends IllegalArgumentException
| Constructor and Description |
|---|
CaptchaException(int code,
String message) |
| Modifier and Type | Method and Description |
|---|---|
static CaptchaException |
captchaIsNull() |
int |
getCode() |
static CaptchaException |
idIsEmpty() |
static CaptchaException |
notInSession() |
static CaptchaException |
notMatch() |
static CaptchaException |
parseJsonError() |
void |
setCode(int code) |
static CaptchaException |
valueIsEmpty() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CaptchaException(int code,
String message)
public int getCode()
public void setCode(int code)
public static CaptchaException captchaIsNull()
public static CaptchaException idIsEmpty()
public static CaptchaException valueIsEmpty()
public static CaptchaException notMatch()
public static CaptchaException notInSession()
public static CaptchaException parseJsonError()
Copyright © 2021. All rights reserved.