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:
parent
061a87c1c5
commit
182ba92298
|
@ -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 );
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue