more detail in exception
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1433743 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
50dde95a6a
commit
911538263c
@ -449,8 +449,8 @@ public boolean roleExists( String roleId )
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
// perhaps try and reload the model here?
|
// perhaps try and reload the model here?
|
||||||
throw new RoleManagerException(
|
throw new RoleManagerException( "breakdown in role management, role '" + modelRole.getName()
|
||||||
"breakdown in role management, role exists in configuration but was not created in underlying store" );
|
+ "' exists in configuration but was not created in underlying store" );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch ( RbacManagerException e )
|
catch ( RbacManagerException e )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user