Class InvocationHandlerUtil


  • public final class InvocationHandlerUtil
    extends Object
    • Method Detail

      • invokeJavaObjectMethod

        public static Object invokeJavaObjectMethod​(InvocationHandler handler,
                                                    Method method,
                                                    Object[] args)
                                             throws jakarta.ejb.EJBException
        Throws:
        jakarta.ejb.EJBException
      • isDeclaredException

        public static boolean isDeclaredException​(Throwable t,
                                                  Class[] declaredExceptions)