Tuesday

java.lang.reflect.InvocationTargetException

InvocationTargetException means that the method you called threw an different exception.
To see the real exception details wrap the method with a try-catch block and log it.

No comments:

Post a Comment