securis/src/main/java/net/curisit/securis/services/exception/SeCurisServiceException.java
.. .. @@ -32,6 +32,7 @@ 32 32 public static int NOT_FOUND = 1003; 33 33 public static int INVALID_FORMAT = 1004; 34 34 public static int WRONG_STATUS = 1005; 35 + public static int UNNECESSARY_RENEW = 1006;35 36 36 37 public static int INVALID_LICENSE_REQUEST_DATA = 1100; 37 38 public static int LICENSE_NOT_READY_FOR_RENEW = 1101;