rsanchez
2017-06-30 fae5dda8fc235aff2f30301ea06d3d6eb4783380
securis/src/main/java/net/curisit/securis/services/exception/SeCurisServiceException.java
....@@ -32,6 +32,7 @@
3232 public static int NOT_FOUND = 1003;
3333 public static int INVALID_FORMAT = 1004;
3434 public static int WRONG_STATUS = 1005;
35
+ public static int UNNECESSARY_RENEW = 1006;
3536
3637 public static int INVALID_LICENSE_REQUEST_DATA = 1100;
3738 public static int LICENSE_NOT_READY_FOR_RENEW = 1101;