[Batchserver-cvs] batchserver/src/org/jmonks/batchserver/framework/config ConfigurationException.jav
Brought to you by:
suresh_pragada
From: Suresh <sur...@us...> - 2006-05-24 14:34:15
|
Update of /cvsroot/batchserver/batchserver/src/org/jmonks/batchserver/framework/config In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv15837/jmonks/batchserver/framework/config Modified Files: ConfigurationException.java Log Message: no message Index: ConfigurationException.java =================================================================== RCS file: /cvsroot/batchserver/batchserver/src/org/jmonks/batchserver/framework/config/ConfigurationException.java,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** ConfigurationException.java 24 May 2006 03:17:40 -0000 1.10 --- ConfigurationException.java 24 May 2006 14:33:59 -0000 1.11 *************** *** 119,123 **** else { ! errorCode=ErrorCode.CUSTOM_ERROR_CODE.appendMessage("Component = " + this.exceptionComponent + " Message = " ); } --- 119,123 ---- else { ! errorCode=ErrorCode.UNKNOWN_CONFIGURATION_ERROR.appendMessage("Component = " + this.exceptionComponent + " Message = " ); } |