Class InvalidInvitationCodeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.github.xezzon.zeroweb.common.exception.ZerowebBusinessException
io.github.xezzon.zeroweb.third_party_app.authn.InvalidInvitationCodeException
- All Implemented Interfaces:
Serializable
public class InvalidInvitationCodeException
extends io.github.xezzon.zeroweb.common.exception.ZerowebBusinessException
邀请码已过期,或者不允许被当前用户使用
- Author:
- xezzon
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionInvalidInvitationCodeException
(com.auth0.jwt.exceptions.JWTVerificationException e) -
Method Summary
Methods inherited from class io.github.xezzon.zeroweb.common.exception.ZerowebBusinessException
getParameters
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
ERROR_CODE
- See Also:
-
-
Constructor Details
-
InvalidInvitationCodeException
public InvalidInvitationCodeException() -
InvalidInvitationCodeException
public InvalidInvitationCodeException(com.auth0.jwt.exceptions.JWTVerificationException e)
-
-
Method Details
-
getCode
- Specified by:
getCode
in classio.github.xezzon.zeroweb.common.exception.ZerowebBusinessException
-
getHttpStatus
public int getHttpStatus()- Overrides:
getHttpStatus
in classio.github.xezzon.zeroweb.common.exception.ZerowebBusinessException
-