EHC ❯ Chaining CacheException
-
Bug
-
Status: Closed
-
-
Resolution: Fixed
-
-
-
drb
-
Reporter: sourceforgetracker
-
September 21, 2009
-
0
-
Watchers: 0
-
September 22, 2009
-
September 22, 2009
Description
1) CacheException is not chained for JDK1.3 or lower.
- could implement custom chaining feature
2) CacheException should accept caused exception when rethrown exceptions
- add Throwable constructor
This will easy bug hunting as the original stacktrace is avail.
/Claus Sourceforge Ticket ID: 1026314 - Opened By: nobody - 11 Sep 2004 13:10 UTC
Comments
Sourceforge Tracker 2009-09-21
Fiona OShea 2009-09-22
Re-opening so that I can properly close out these issues and have correct Resolution status in Jira
Logged In: YES user_id=693320
Claus
I have gone for option 2. There is a initialCause field and accessor to get the exception cause. Have changed the exception throwing code to populate the field.
Thanks for the suggestion. It is in trunk and will be in ehcache-1.2
Regards Greg Luck Comment by: gregluck - 15 Apr 2006 06:03 UTC