Class CommonErrorCode


  • public class CommonErrorCode
    extends java.lang.Object
    CommonErrorCode.
    • Constructor Summary

      Constructors 
      Constructor Description
      CommonErrorCode()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • SUCCESSFUL

        public static final int SUCCESSFUL
        The constant SUCCESSFUL.
        See Also:
        Constant Field Values
      • TOKEN_ERROR

        public static final int TOKEN_ERROR
        The constant TOKEN_ERROR.
        See Also:
        Constant Field Values
      • TOKEN_NO_PERMISSION

        public static final int TOKEN_NO_PERMISSION
        The constant TOKEN_NO_PERMISSION.
        See Also:
        Constant Field Values
      • NOT_FOUND_EXCEPTION

        public static final int NOT_FOUND_EXCEPTION
        The constant NOT_FOUND_EXCEPTION.
        See Also:
        Constant Field Values
    • Constructor Detail

      • CommonErrorCode

        public CommonErrorCode()