>>>>> "Audrius" == Audrius Meskauskas <[EMAIL PROTECTED]> writes:

Audrius>          UnexpectedException uex = new 
UnexpectedException(exception_message);
Audrius> -        uex.initCause(e);
Audrius> +        uex.detail = e;

Using the 2 argument constructor would be slightly cleaner IMO.

Tom

Reply via email to