Catch all exceptions thrown if the cache cannot be accessed - we want the system to work, albeit slower.Change was made to allow junit test cases to run.
Added a general "user doesn't have the rights to do this" exception. This may be used for throwing an exception in the service layer and be picked up in the web layer for translation to a Flash error message. See usage in WorkspaceAction.java for example.