[Batchserver-cvs] batchserver/src/org/jmonks/batchserver/framework/common ErrorCode.java,1.9,1.10
Brought to you by:
suresh_pragada
From: Suresh <sur...@us...> - 2006-03-11 18:36:26
|
Update of /cvsroot/batchserver/batchserver/src/org/jmonks/batchserver/framework/common In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26194 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.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** ErrorCode.java 10 Mar 2006 08:14:21 -0000 1.9 --- ErrorCode.java 11 Mar 2006 18:36:20 -0000 1.10 *************** *** 122,125 **** --- 122,127 ---- public static final ErrorCode CANNOT_CREATE_DB_JOB_CONFIG = new ErrorCode(2022,"Cannot create JobConfig due sql exception"); public static final ErrorCode BASIC_JOB_CONTROLLER_CONFIG_NOT_FOUND = new ErrorCode(2023,"basic job controller cofiguration not defined"); + public static final ErrorCode POOL_JOB_CONTROLLER_CONFIG_NOT_FOUND = new ErrorCode(2024,"pool job controller cofiguration not defined"); + public static final ErrorCode DB_CONNECTIVITY_ERROR = new ErrorCode(2025,"SQLException while doing the database activity"); } |