Hi all !

I have a small problem regarding exceptions : My bean uses a class to
perform an operation on the server. If that operation fails, it throws a
BusinessException (serializable and all) which is simply rethrown by my
bean.

The problem is that when my client program catches the exception, and prints
it, it displayes the exception message but there is no stack trace available
(it prints "no stack trace available".

Could anybody tip me on this ? Is this a normal behavior (I guess not) ?

I was starting to think that the stack trace is stored in some transient
field, so it would not be set when the exception is de-serialized on the
client side. Which would be somewhat strange...

?

Maxime.

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to