Skip to content

Commit

Permalink
Update error message
Browse files Browse the repository at this point in the history
Co-authored-by: Anuradha Karunarathna <anuradha199528@gmail.com>
  • Loading branch information
asha15 and AnuradhaSK authored Sep 15, 2024
1 parent 9325bf3 commit 0a332c5
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,7 @@ public int getCountOfDiscoverableApplications(String filter, String tenantDomain
return appDAO.getCountOfDiscoverableApplications(filter, tenantDomain);
}
} catch (OrganizationManagementException e) {
throw new IdentityApplicationManagementException("Error while checking whether the tenant domain is a " +
"sub-organization.", e);
throw new IdentityApplicationManagementException(e.getErrorMessage(), e);
}
}
}

0 comments on commit 0a332c5

Please sign in to comment.