Class InvalidAccessKeyException
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.exception.InvalidAccessKeyException
- All Implemented Interfaces:
Serializable
public class InvalidAccessKeyException
extends io.github.xezzon.zeroweb.common.exception.ZerowebBusinessException
无效的访问密钥
原因:
1. 没传AccessKey或摘要
2. AccessKey或签名使用的SecretKey不正确
3. AccessKey或签名使用的SecretKey不匹配
- Author:
- xezzon
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
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
-
InvalidAccessKeyException
public InvalidAccessKeyException()
-
-
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
-