Revision 118:bfe467832717

View differences:

src/com/ib/ibss/enterprise/services/ss102_user_admin/AdminSharedServices.java
6 6

  
7 7
import org.hibernate.exception.ConstraintViolationException;
8 8

  
9
import my.com.upass.MinimalConstants;
9 10
import my.com.upass.UPassControllerV2;
10 11
import net.penril.ibss.audit.log.AuditLogConstants;
11 12
import net.penril.ibss.core.AdminGroupDAO;
......
397 398
			logReason = "Weak User ID Combination ";
398 399
			throw IBSSErrorHandler.createBusinessException (IBSSBusinessException.LOGIN, ExceptionErrors.LOGIN_USER_ALIAS_WEAK);
399 400
		default:
400
			logReason = "Unhandled Response";
401
			throw IBSSErrorHandler.createBusinessException (IBSSBusinessException.LOGIN, ExceptionErrors.ERR_SYSTEM_NOT_READY);
401
			logReason = "Unhandled response code: " + rc + " Message:" + MinimalConstants.getErrText(String.valueOf(rc));
402
			throw IBSSErrorHandler.createBusinessException (IBSSBusinessException.LOGIN, String.valueOf(rc));
402 403
		}
403 404
		
404 405
		return logReason;

Also available in: Unified diff