public final class InvocationHandlerUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static Object |
invokeJavaObjectMethod(InvocationHandler handler,
Method method,
Object[] args) |
static boolean |
isDeclaredException(Throwable t,
Class[] declaredExceptions) |
static void |
throwLocalException(Throwable t,
Class[] declaredExceptions) |
static void |
throwRemoteException(Throwable t,
Class[] declaredExceptions) |
public static Object invokeJavaObjectMethod(InvocationHandler handler, Method method, Object[] args) throws javax.ejb.EJBException
javax.ejb.EJBExceptionpublic static boolean isDeclaredException(Throwable t, Class[] declaredExceptions)
public static void throwLocalException(Throwable t, Class[] declaredExceptions) throws Throwable
ThrowableCopyright © 2019. All rights reserved.