类 UniqueKeyRepeatException

  • 所有已实现的接口:
    java.io.Serializable

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

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

        DEFAULT_MSG
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      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
    • 构造器详细资料

      • UniqueKeyRepeatException

        public UniqueKeyRepeatException()
    • 方法详细资料

      • getKey

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