I have Remote Service in a separate process and in this Remote Service for example I am calling a method that throw Custom Runtime Exception if something wrong. - I want to handle that exception in UI.
But as I understand I cannot throw exception from one process to another. What is solution for this situation?
UPDATED: I am getting:
E/JavaBinder(1544): *** Uncaught remote exception! (Exceptions are not yet supported across processes.)