thrownewCustomException("Failed to check user role");
thrownewCustomException("Failed to check user role","Failed to check user role");
}
List<User>users=userRepository.findAll();
AtomicLongmatchCount=newAtomicLong();
...
...
@@ -904,7 +904,7 @@ public class IntegrationServiceImpl implements IntegrationService {
});
log.debug("match count for user role - {}",matchCount.get());
if(matchCount.get()>0){
thrownewCustomException("Application is designed to have only one active Secretary or Admin or Grievance Nodal.");
thrownewCustomException("Application is designed to have only one active Secretary or Admin or Grievance Nodal.","Application is designed to have only one active Secretary or Admin or Grievance Nodal.");