| Author |
ServerException, RemoteException problem.
|
Rohit Kelkar
Ranch Hand
Joined: Sep 16, 2002
Posts: 38
|
|
Hello, I throw a BadLicenseException(created by me and subclass of RemoteException) from a session bean and try to catch it in a servlet that calls the bean. However I get back a ServerException instead of BadLicenseException. Is there any way I get back the right BadLicenseException?
|
 |
 |
|
|
subject: ServerException, RemoteException problem.
|
|
|