org.ourgrid.mygrid.ui.command
Class ErrorCode
java.lang.Object
org.ourgrid.mygrid.ui.command.ErrorCode
public class ErrorCode
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OK
public static final int OK
- See Also:
- Constant Field Values
GRID_COULD_NOT_BE_LOADED
public static final int GRID_COULD_NOT_BE_LOADED
- See Also:
- Constant Field Values
THE_JOB_COULD_NOT_BE_ADDED
public static final int THE_JOB_COULD_NOT_BE_ADDED
- See Also:
- Constant Field Values
THE_JOB_COULD_NOT_BE_CANCELLED
public static final int THE_JOB_COULD_NOT_BE_CANCELLED
- See Also:
- Constant Field Values
COULD_NOT_WAIT_FOR_JOB
public static final int COULD_NOT_WAIT_FOR_JOB
- See Also:
- Constant Field Values
COULD_NOT_PRINT_GRID_STATUS
public static final int COULD_NOT_PRINT_GRID_STATUS
- See Also:
- Constant Field Values
MYGRID_COULD_NOT_BE_STOPPED
public static final int MYGRID_COULD_NOT_BE_STOPPED
- See Also:
- Constant Field Values
FAIL
public static final int FAIL
- See Also:
- Constant Field Values
MYGRID_COULD_NOT_BE_STARTED
public static final int MYGRID_COULD_NOT_BE_STARTED
- See Also:
- Constant Field Values
COULD_NOT_START_GUI
public static final int COULD_NOT_START_GUI
- See Also:
- Constant Field Values
COULD_NOT_CLEAN_JOBS
public static final int COULD_NOT_CLEAN_JOBS
- See Also:
- Constant Field Values
START_CODE
public static final int START_CODE
- See Also:
- Constant Field Values
ErrorCode
public ErrorCode()