类 NamingResponseCode


  • public class NamingResponseCode
    extends ResponseCode
    Business response code of naming module

    Every code stays between 20001 to 29999.

    作者:
    nkorange, 1.2.0
    • 字段概要

      字段 
      修饰符和类型 字段 说明
      static int NO_NEED_RETRY
      Stop or no need to retry.
      static int RESOURCE_NOT_FOUND
      The requested resource is not found.
    • 方法概要

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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 字段详细资料

      • RESOURCE_NOT_FOUND

        public static final int RESOURCE_NOT_FOUND
        The requested resource is not found.
        另请参阅:
        常量字段值
      • NO_NEED_RETRY

        public static final int NO_NEED_RETRY
        Stop or no need to retry.
        另请参阅:
        常量字段值
    • 构造器详细资料

      • NamingResponseCode

        public NamingResponseCode()