[Batchserver-cvs] batchserver/src/org/jmonks/batchserver/framework/common ErrorCode.java,1.17,1.18
Brought to you by:
suresh_pragada
From: Suresh <sur...@us...> - 2006-05-24 14:34:26
|
Update of /cvsroot/batchserver/batchserver/src/org/jmonks/batchserver/framework/common In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv15837/jmonks/batchserver/framework/common Modified Files: ErrorCode.java Log Message: no message Index: ErrorCode.java =================================================================== RCS file: /cvsroot/batchserver/batchserver/src/org/jmonks/batchserver/framework/common/ErrorCode.java,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** ErrorCode.java 24 May 2006 03:17:40 -0000 1.17 --- ErrorCode.java 24 May 2006 14:33:59 -0000 1.18 *************** *** 157,160 **** --- 157,164 ---- public static final ErrorCode JOB_CONNECTOR_CONFIGURATION_ERROR = new ErrorCode(1008,"Repository configuration in framework configuration is not defined properly."); /** + * Represents the unknown configuration error. + */ + public static final ErrorCode UNKNOWN_CONFIGURATION_ERROR = new ErrorCode(1009,"Configuration error related to unknown component."); + /** * Represents error because of the exception in basic job processor. */ |