fix error message

git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1551089 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2013-12-16 00:21:47 +00:00
parent 061a87c1c5
commit 182ba92298
1 changed files with 1 additions and 1 deletions

View File

@ -410,7 +410,7 @@ public class JdoUserManager
catch ( RedbackStoreException e )
{
throw new UserManagerException(
"Unable to update the '" + object.getClass().getName() + "' object in the jdo database.", e );
"Unable to update the '" + object.getClass().getName() + "' object in the jdo database. Cause: " + e.getMessage(), e );
}
}