org.ourgrid.corepeer.ui
Class ErrorCode

java.lang.Object
  extended by org.ourgrid.corepeer.ui.ErrorCode

public class ErrorCode
extends java.lang.Object


Field Summary
static int ALREADY_RUNNING
           
static int COREPEER_IS_DOWN
           
static int COREPEER_IS_NOT_RUNNING
           
static int COULD_NOT_GET_REGISTRY
           
static int COULD_NOT_START_COREPEER
           
static int OK
           
 
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

ALREADY_RUNNING

public static final int ALREADY_RUNNING
See Also:
Constant Field Values

COULD_NOT_START_COREPEER

public static final int COULD_NOT_START_COREPEER
See Also:
Constant Field Values

COREPEER_IS_NOT_RUNNING

public static final int COREPEER_IS_NOT_RUNNING
See Also:
Constant Field Values

COREPEER_IS_DOWN

public static final int COREPEER_IS_DOWN
See Also:
Constant Field Values

COULD_NOT_GET_REGISTRY

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

ErrorCode

public ErrorCode()