[
https://issues.apache.org/jira/browse/FC-51?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shawn McKinney resolved FC-51.
------------------------------
Resolution: Won't Fix
> Change Manager Interface to throw unchecked exceptions
> ------------------------------------------------------
>
> Key: FC-51
> URL: https://issues.apache.org/jira/browse/FC-51
> Project: FORTRESS
> Issue Type: Improvement
> Affects Versions: 1.0.0-RC39
> Reporter: Shawn McKinney
> Fix For: 1.0.0-RC41
>
>
> Currently fortress manager interface methods throw checked exceptions:
> public User addUser(User user)
> throws SecurityException;
> While this is an acceptable practice it is worth considering changing
> securityexception to be an unchecked exception. The advantage is (arguably)
> a simplified interaction pattern with the client.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)