Class InvocationHandlerUtil

java.lang.Object
com.sun.ejb.containers.InvocationHandlerUtil

public final class InvocationHandlerUtil extends Object
  • Method Details

    • 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)
    • throwLocalException

      public static void throwLocalException(Throwable t, Class[] declaredExceptions) throws Throwable
      Throws:
      Throwable
    • throwRemoteException

      public static void throwRemoteException(Throwable t, Class[] declaredExceptions) throws Throwable
      Throws:
      Throwable