NamingException is a checked exception. The Realm interface does not permit checked exceptions since they can vary dramatically across implementations. :/
On Wed, Jan 13, 2010 at 7:24 AM, Peter Ledbrook <[email protected]> wrote: >> Bump. >> >> How should we handle SHIRO-120? > > Why not let NamingException propagate? Or can ActiveDirectoryRealm be > used without a subclass? In which case, you need a > handleSystemException() method or similar that the subclass can > override. > > Peter >
