Class 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 Detail

      • FailureEntryProcessorResult

        public FailureEntryProcessorResult​(Throwable t)
    • Method Detail

      • get

        public T get()
              throws javax.cache.processor.EntryProcessorException
        Specified by:
        get in interface javax.cache.processor.EntryProcessorResult<T>
        Throws:
        javax.cache.processor.EntryProcessorException