Class ExceptionWrapperHandler<T>
java.lang.Object
org.apache.commons.jcs3.jcache.proxy.ExceptionWrapperHandler<T>
- All Implemented Interfaces:
- InvocationHandler
- 
Constructor SummaryConstructorsConstructorDescriptionExceptionWrapperHandler(T delegate, Class<? extends RuntimeException> exceptionType) 
- 
Method SummaryModifier and TypeMethodDescriptionstatic <T> TnewProxy(ClassLoader loader, T delegate, Class<? extends RuntimeException> exceptionType, Class<T> apis) 
- 
Constructor Details- 
ExceptionWrapperHandler
 
- 
- 
Method Details- 
invoke- Specified by:
- invokein interface- InvocationHandler
- Throws:
- Throwable
 
- 
newProxypublic static <T> T newProxy(ClassLoader loader, T delegate, Class<? extends RuntimeException> exceptionType, Class<T> apis) 
 
-