|  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public class BusinessRes implements BaseRes { | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public final static String INVALID_PASSWORD = "10001 - The Current Password Was Incorrect"; | 
|---|
|  |  |  | public final static String INVALID_PASSWORD = "10001 - The current password was incorrect"; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public final static String USERNAME_EXIST = "10002 - The username already exist"; | 
|---|
|  |  |  | public final static String USERNAME_EXIST = "10002 - Username already exist"; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public final static String USERNAME_NOT_EXIST = "10003 - Username doesn't exist"; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public final static String USERNAME_FROZEN = "10004 - Account frozen"; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public final static String INVALID_EMAIL = "10005 - Invalid email address"; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public final static String EMAIL_EXIT = "10006 - Email address already exist"; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | } | 
|---|