Class ExceptionWrapperHandler<T>
java.lang.Object
org.apache.commons.jcs3.jcache.proxy.ExceptionWrapperHandler<T>
- All Implemented Interfaces:
InvocationHandler
-
Constructor Summary
ConstructorDescriptionExceptionWrapperHandler
(T delegate, Class<? extends RuntimeException> exceptionType) -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> T
newProxy
(ClassLoader loader, T delegate, Class<? extends RuntimeException> exceptionType, Class<T> apis)
-
Constructor Details
-
ExceptionWrapperHandler
-
-
Method Details
-
invoke
- Specified by:
invoke
in interfaceInvocationHandler
- Throws:
Throwable
-
newProxy
public static <T> T newProxy(ClassLoader loader, T delegate, Class<? extends RuntimeException> exceptionType, Class<T> apis)
-