org.mftech.dawn.server.constants
Class DawnReturnCodes
java.lang.Object
org.mftech.dawn.server.constants.DawnReturnCodes
public class DawnReturnCodes
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PROJECT_STILL_EXISTS
public static final int PROJECT_STILL_EXISTS
- See Also:
- Constant Field Values
WRONG_PASSWORD
public static final int WRONG_PASSWORD
- See Also:
- Constant Field Values
USER_DOES_NOT_EXIST
public static final int USER_DOES_NOT_EXIST
- See Also:
- Constant Field Values
LOGIN_SUCCESSFULL
public static final int LOGIN_SUCCESSFULL
- See Also:
- Constant Field Values
OPERATION_SUCCESSFULL
public static final int OPERATION_SUCCESSFULL
- See Also:
- Constant Field Values
PROJECT_DOES_NOT_EXIT
public static final int PROJECT_DOES_NOT_EXIT
- See Also:
- Constant Field Values
UNSPECIFIED_ERROR
public static final int UNSPECIFIED_ERROR
- See Also:
- Constant Field Values
LOCK_UNSUCCESSFULL_PARTLY_LOCKED
public static final int LOCK_UNSUCCESSFULL_PARTLY_LOCKED
- See Also:
- Constant Field Values
LOCK_SUCCESSFULL
public static final int LOCK_SUCCESSFULL
- See Also:
- Constant Field Values
UNLOCK_SUCCESSFULL
public static final int UNLOCK_SUCCESSFULL
- See Also:
- Constant Field Values
USER_STILL_NOT_EXISTS
public static final int USER_STILL_NOT_EXISTS
- See Also:
- Constant Field Values
DawnReturnCodes
public DawnReturnCodes()