Improved error message
This commit is contained in:
parent
8cd17acfe9
commit
2f5b23addf
|
@ -83,7 +83,7 @@ public class PortalUser {
|
|||
|
||||
oAuthUserProfile = objectMapper.readTree(ret);
|
||||
} catch(Exception e) {
|
||||
throw new InternalServerErrorException(e);
|
||||
throw new InternalServerErrorException("Unable to retrive Infrastructure User Information from Social Service", e);
|
||||
}
|
||||
}
|
||||
return oAuthUserProfile;
|
||||
|
|
Loading…
Reference in New Issue