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 Details

  • Constructor Details

    • InvalidAccessKeyException

      public InvalidAccessKeyException()
  • Method Details

    • getCode

      public String getCode()
      Specified by:
      getCode in class io.github.xezzon.zeroweb.common.exception.ZerowebBusinessException
    • getHttpStatus

      public int getHttpStatus()
      Overrides:
      getHttpStatus in class io.github.xezzon.zeroweb.common.exception.ZerowebBusinessException