D-OSGI HOw capture Exception

Posted on

How to capture exception of D-OSGI service?
My service throw a custom exception children of java.lang.Exception, but in my client i receive a java.lang.UndeclaredThrowableException.

Responses