ServiceException is a special exception intended to be used in the RPC interface. All of your RPC methods should declare that they throw ServiceException. The SecuredServiceExporter converts other exceptions into ServiceException, which ensures that GWT returns all of the useful information (like 403 error codes, etc.) to the client.
@author Kenneth J. Pronovici
|
|
|
|
|
|
|
|
|
|
|
|