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.common.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 inherited from class io.github.xezzon.zeroweb.common.exception.ZerowebBusinessException
EXCEPTION_I18N_BASENAME
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.github.xezzon.zeroweb.common.exception.ZerowebBusinessException
getLocalizedMessage, getMessage
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidAccessKeyException
public InvalidAccessKeyException()
-