Details
- 
        Type: Improvement Improvement
- 
        Status: Closed Closed
- 
            Resolution: Fixed
- 
            Affects Version/s: None
- 
            Fix Version/s: 1.2
- 
            Component/s: None
- 
            Labels:None
Description
Any Exception, that has not been given a cause explicitly, saves internally a reference to itself as cause to reflect the "unset" state. This prevents any of these Exception instances to fail with XStream marshalling in NO_REFERENCES mode.



Self-referencing instances are are now handled special. The instance member will contain a self attribute instead of a reference.