org.ourgrid.peer.ui.command
Class ErrorCode

java.lang.Object
  extended by org.ourgrid.peer.ui.command.ErrorCode

public class ErrorCode
extends java.lang.Object


Field Summary
static int FAIL
           
static int OK
           
static int PEER_IS_NOT_RUNNING
           
static int PLEASE_CHECK_PROPERTIES
           
 
Constructor Summary
ErrorCode()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OK

public static final int OK
See Also:
Constant Field Values

PLEASE_CHECK_PROPERTIES

public static final int PLEASE_CHECK_PROPERTIES
See Also:
Constant Field Values

PEER_IS_NOT_RUNNING

public static final int PEER_IS_NOT_RUNNING
See Also:
Constant Field Values

FAIL

public static final int FAIL
See Also:
Constant Field Values
Constructor Detail

ErrorCode

public ErrorCode()