// grab the locale specific error
// message from the ResourceBundle
String errMsg = Result.E_CATEGORIZATION_NOT_ALLOWED_MSG;
Result result = new Result(
Result.E_CATEGORIZATION_NOT_ALLOWED,
Result.E_CATEGORIZATION_NOT_ALLOWED_CODE,
errMsg);
this.setFaultActor("");