Package org.infinispan.jcache
Class FailureEntryProcessorResult<T>
- java.lang.Object
-
- org.infinispan.jcache.FailureEntryProcessorResult<T>
-
- All Implemented Interfaces:
javax.cache.processor.EntryProcessorResult<T>
public class FailureEntryProcessorResult<T> extends Object implements javax.cache.processor.EntryProcessorResult<T>
Failure entry processor result wrapper.- Author:
- Galder ZamarreƱo
-
-
Constructor Summary
Constructors Constructor Description FailureEntryProcessorResult(Throwable t)
-
-
-
Constructor Detail
-
FailureEntryProcessorResult
public FailureEntryProcessorResult(Throwable t)
-
-