>>>>> "Audrius" == Audrius Meskauskas <[EMAIL PROTECTED]> writes:
Audrius> ||The .initCause, if called here, throws the Audrius> IllegalStateException. Yeah, I meant: throw new UnexpectedException(exception_message, e); Audrius> I am not sure why, the UnexpectedException was constructed with the Audrius> single parameter constructor. After I found this I started to use Audrius> ".detail =". Do you think there is a bug somwhere around Audrius> UnexpectedException? It sure sounds like it. Maybe UnexpectedException should override initCause to set its local state...? I don't really know. Tom
