org.ourgrid.gridmachine.useragent.ui
Class ErrorCode

java.lang.Object
  extended by org.ourgrid.gridmachine.useragent.ui.ErrorCode

public class ErrorCode
extends java.lang.Object


Field Summary
static int FAIL
           
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

FAIL

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

ErrorCode

public ErrorCode()