Class ErrorCode.Codes

  • Enclosing class:
    ErrorCode

    private static class ErrorCode.Codes
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.util.Map<java.lang.Integer,​ErrorCode> codes  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Codes()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • codes

        private static final java.util.Map<java.lang.Integer,​ErrorCode> codes
    • Constructor Detail

      • Codes

        private Codes()