类 DingTalkAppKeyInvalidException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.guerlab.commons.exception.ApplicationException
net.guerlab.spring.commons.exception.AbstractI18nApplicationException
net.guerlab.smart.dingtalk.core.exception.DingTalkAppKeyInvalidException
所有已实现的接口:
java.io.Serializable

public class DingTalkAppKeyInvalidException
extends net.guerlab.spring.commons.exception.AbstractI18nApplicationException
无效的应用key
作者:
guer
另请参阅:
序列化表格
  • 字段概要

    从类继承的字段 net.guerlab.commons.exception.ApplicationException

    DEFAULT_MSG
  • 构造器概要

    构造器 
    构造器 说明
    DingTalkAppKeyInvalidException()  
  • 方法概要

    修饰符和类型 方法 说明
    protected java.lang.String getKey()  

    从类继承的方法 net.guerlab.spring.commons.exception.AbstractI18nApplicationException

    getArgs, getDefaultMessage, getMessage

    从类继承的方法 net.guerlab.commons.exception.ApplicationException

    getErrorCode

    从类继承的方法 java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • 构造器详细资料

  • 方法详细资料

    • getKey

      protected java.lang.String getKey()
      覆盖:
      getKey 在类中 net.guerlab.spring.commons.exception.AbstractI18nApplicationException