rsanchez
2014-10-23 bc2cedc83f6353259ea1364f98ce60bf11d7ecf4
securis/src/main/java/net/curisit/securis/services/exception/SeCurisServiceException.java
....@@ -31,11 +31,14 @@
3131 public static int UNAUTHORIZED_ACCESS = 1002;
3232 public static int NOT_FOUND = 1003;
3333 public static int INVALID_FORMAT = 1004;
34
+ public static int WRONG_STATUS = 1005;
3435
3536 public static int INVALID_LICENSE_REQUEST_DATA = 1100;
3637 public static int LICENSE_NOT_READY_FOR_RENEW = 1101;
3738
3839 public static int INVALID_REQUEST_DATA = 1201;
3940 public static int INVALID_REQUEST_DATA_FORMAT = 1202;
41
+ public static int BLOCKED_REQUEST_DATA = 1203;
42
+ public static int DUPLICATED_REQUEST_DATA = 1204;
4043 }
4144 }