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:
parent
4721790e70
commit
ac5290938a
@ -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 );
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user