Uploaded image for project: 'FORTRESS'
  1. FORTRESS
  2. FC-51

Change Manager Interface to throw unchecked exceptions

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Won't Fix
    • 1.0.0-RC39
    • 1.0.0-RC42
    • None

    Description

      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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            smckinney Shawn McKinney
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: