Exception handling when the client is closing.

Hi All,

There is some exception I am facing . It is closing the client . How can I avoid this ? . Is there any exception handling techniques available for this ?

Thanks in advance . Waiting for your feedback.

What exception are you talking about? Do you have an error in the log?

To catch exceptions, you can specify an onError method at your solution. That method will then be triggered whenever there an error happens.