preserve stack trace

git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1374658 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-08-18 21:32:44 +00:00
parent 4721790e70
commit ac5290938a

View File

@ -425,7 +425,7 @@ private Object getObjectById( String id, String fetchGroup )
catch ( PlexusStoreException e )
{
throw new UserManagerException( "Unable to get object '" + JdoUser.class.getName() + "', id '" + id +
"', fetch-group '" + fetchGroup + "' from jdo store." );
"', fetch-group '" + fetchGroup + "' from jdo store.", e );
}
}