How can my Java application deliver errors and exceptions to the client side?

0
Posted

How can my Java application deliver errors and exceptions to the client side?

0

Delivering exceptions to the client application does not require any special programming techniques. Your Java application code can simply throw an exception and WebORB takes care of serializing it as a Flex/Flash fault event. Your client application also receives all the information the server code passed with the exception (error message, error code, stack trace). To learn about WebORB Logging, open the documentation tab in your WebORB console and navigate to Server Infrastructure>>Logging. Alternatively, you can find this information in the Developer Guide.