aspose file tools
The moose likes EJB and other Java EE Technologies and the fly likes ServerException, RemoteException problem. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "ServerException, RemoteException problem." Watch "ServerException, RemoteException problem." New topic
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?
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: ServerException, RemoteException problem.
 
Similar Threads
Exception Handling
Websphere exceptions from ejbs
Error Messages
Exceptions
Exception handling on server side.