mirror of https://github.com/apache/archiva.git
better error report
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1448656 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7f806d34dc
commit
cdb98980d1
|
@ -182,15 +182,10 @@ public class DefaultRedbackRuntimeConfigurationService
|
|||
|
||||
return Boolean.TRUE;
|
||||
}
|
||||
catch ( AuthenticationException e )
|
||||
catch ( Exception e )
|
||||
{
|
||||
throw new ArchivaRestServiceException( e.getMessage(), e );
|
||||
}
|
||||
catch ( RepositoryAdminException e )
|
||||
{
|
||||
throw new ArchivaRestServiceException( e.getMessage(), e );
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
public List<UserManagerImplementationInformation> getUserManagerImplementationInformations()
|
||||
|
|
Loading…
Reference in New Issue